So say you set up a putty connection with ssh. It connects to the hosts and opens a window. How would you pass ssh options to that initial putty connection, for example, an ssh -q hostname?
Putty is not OpenSSH based. So there are some options you can not find in putty. For example, putty does not support randomarts. But I think putty supports mostly useful options.
1
votes
If you are using putty on the windows, you can write down below command in notepad and save it as .bat file to login on enviornment via ssh.
putty.exe -ssh USERNAME@host -pw password
Thanks
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more