Since yesterday, each time I try to connect to an ssh server, I got asked for my password. What should I do to make SSH not ask for my password each time.
|
Put your public key in |
|||||||||||
|
|
Check directory permissions, and file permissions.
If you find that permissions aren't strict enough, try to figure out what caused the problem. Last time this happened to me, I had compiled PHP from scratch. Executing |
||||
|
|
ssh-add -l. – jw013 Jan 24 '12 at 17:41