How can I start an SSH session straight from the command line?

Use the command line putty -ssh host.name.

C:\Program Files>putty -ssh -X -L 9999:localhost:5900 username@host

ssh -X -L 9999:localhost:5900 username@host

No comments: