For connecting to networked resources, eg. SMB, SSH, Wireguard

SSH

Remember to not use strict host checking for automating ssh login.

ssh -o StrictHostKeyChecking=no $target
  • every subsequent logins will be immediate

WindTerm

https://github.com/kingToolbox/WindTerm/releases
Useful modern tool for managing many SSH connections on PC.
The app is only portable, only installed and updated from Github
Caveat

  • cannot immediately use it, must enable auto-login every time when connecting to a new server
    By default the saves location on Windows is
~/.wind

Tabby Terminal

winget install eugeny.tabby

By default it will import SSH config are config file.. But for complete configuration and settings, it stores config file at

%appdata%/tabby/config.yaml

Copying all the content to the computer will restore operation.

SMB

Iperf3

Iperf used for network testing, for instruction on how to use instead of installation refer to iperf3

winget install ar51an.iperf3