Something like PuTTY but...

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Need a SSH 2 client for Windows with the ability to store my user and
password. I love PuTTY but typing a complex username and password everytime
I connect to the server is a pain.

TIA,

-Jorge
 
Jorge said:
Need a SSH 2 client for Windows with the ability to store my user and
password. I love PuTTY but typing a complex username and password everytime
I connect to the server is a pain.
Cygwin - <http://www.cygwin.com> contains an ssh client.

The ssh client has all the bells and whistles of the standard UNIX one
(because it _is_ the standard UNIX one!!!)

Cheers,
Gary B-)
 
Jorgewrote:
Need a SSH 2 client for Windows with the ability to store my user
and
password. I love PuTTY but typing a complex username and password
everytime I connect to the server is a pain.

It's possible to specify the user name and password in command line.
Use -pw switch:

putty -pw MYCOOLPASSWORD

* Posted via http://www.sixfiles.com/forum
 
Need a SSH 2 client for Windows with the ability to store my user and
password. I love PuTTY but typing a complex username and password everytime
I connect to the server is a pain.

Tera term pro works well but I don't know whether it can be invoked with
username/password stored.
 
Back
Top