putty
all
SSH, Telnet, and Rlogin client for connecting to remote servers. Note: On Linux, the native `ssh` client is often more convenient. PuTTY is more commonly used on Windows.
More info →Examples (8)
Connect to a remote host via SSH
putty -ssh username@hostname_or_ipLoad a saved session
putty -load session_nameConnect with a private key for authentication
putty -ssh username@hostname_or_ip -i path/to/private_key.ppkConnect via Telnet
putty -telnet hostname_or_ipEnable [X]11 forwarding
putty -ssh username@hostname_or_ip -XSet up [L]ocal port forwarding
putty -ssh username@hostname_or_ip -L local_port:destination_host:destination_portDisplay help
putty -helpmade by @shridhargupta | data from tldr-pages