↧
Answer by Anders for SSH ids are forgotten on logout
First: The key agent are supposed to exit when you log out, by design. Because of security issues, you don't want your login to be open if you log out by mistake. So, you really should NOT use ssh key...
View ArticleAnswer by David Edwards for SSH ids are forgotten on logout
When you are logged in as root (in your verbose output above it shows that you are) and you run ssh, it will look for keys in root's .ssh directory; not the directory of the user specified in the ssh...
View ArticleSSH ids are forgotten on logout
I'm having trouble setting up SSH public key authentication. I want to use this to backup my server to a backup server with SSH. I will do this automatically with a cronjob, so I can't type in the...
View Article