I am using the SSH secure shell to login my remote Linux servers. I just wonder why I have to manually typein the password any time I login and cannot store it ?

I tried putty and it seems, you also cannot store the password. As I have various Linux servers to manage, is there a simple way to login without manually typing the password ?

Regards

link|improve this question
ssh-agent might be what you're after – sje397 Sep 20 '10 at 14:22
@sje397 On Windows, the best implementation of ssh-agent functionality is PuTTY's Pageant. – Piskvor Sep 20 '10 at 14:25
feedback

migrated from stackoverflow.com Sep 20 '10 at 15:26

This question came from our site for professional and enthusiast programmers.

1 Answer

Use SSH-Public-Key Authentication with your PuTTY. More information here:

http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter8.html#pubkey

link|improve this answer
feedback

Your Answer

 
or
required, but never shown