Linux server auto connect using Putty
if you want auto connect to specific server using putty here is some tips
First locate "putty.exe" then right click on "putty.exe" goto properties-> short cut
Consider below syntax as example
in target field enter below syntax
C:\putty.exe -ssh "user_name"@"servername" "port_number" -pw "Password"
C:\putty.exe -ssh ABCABC@devUnix100.com 22 -pw Welcome123!
if you want auto connect to specific server using putty here is some tips
First locate "putty.exe" then right click on "putty.exe" goto properties-> short cut
Consider below syntax as example
in target field enter below syntax
C:\putty.exe -ssh "user_name"
- -ssh is connection type
- -pw is password
- -port number (By default is 22 for ssh)
C:\putty.exe -ssh ABCABC@devUnix100.com 22 -pw Welcome123!
click on Apply then double click on "putty.exe" it will connect you server without password
Be careful it's not good practice to keep your password at file properties :)
No comments:
Post a Comment