Guys, i need to login to multiple servers from the desktop or using putty. Is there any way i can do it.
Currently i am using this for single server login.
Creating a putty windows short cut and setting target as below in properties
"C:\Program Files\Putty\putty.exe" -ssh userID@ServerName1 -pw userpassword
i have 3 servers (ServerName1, ServerName2, ServerName3)
Can this be modified to login in all the servers in one click.
The last time, I had to use windows as desktop, I used Cygwin bash to create my workspace of different sized terminals in optimal position on the desktop with one click.
The ssh remote connection is easy when configured in .ssh/config with normal openssh-client, which is available with Cygwin