Which of the following commands preloads and manages existing SSH keys that are used for automatic authentication while logging in to order machines using SSH?
man: "ssh-agent is a program to hold private keys used for public key authentication (RSA, DSA). The idea is that ssh-agent is started in the beginning of an X-session or a login session, and all other windows or programs are started as clients to the ssh-agent program. Through use of environment variables the agent can be located and automatically used for authentication when logging in to other machines using ssh"
ssh-agent- commands preloads and manages existing SSH keys that are used for automatic authentication while logging in, it loads the key into memory i.e. if you have passphrase protecting a key instead of keep putting it in every time you try to connect to server, you only put it once and the ssh-agent will remember it for all subsequent logins
The question says preloads and manages. What does preload actually mean ?
ssh -keygen - generates keys but does it manage the keys?, if so whats the purpose of having ssh-agent ? I would naturally choose ssh-agent with this question.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
asma_22
Highly Voted 4 years ago3glag
Highly Voted 3 years, 11 months agoRafael_Rosa
Most Recent 4 months agopeppiniello
4 months agoblk_542
9 months agowaschaly
9 months, 1 week agoMchoeti
10 months, 3 weeks agoMchoeti
11 months, 1 week agoPauli80
12 months agow3rr
1 year, 10 months agoLazylinux
1 year, 10 months agoLazylinux
1 year, 10 months agojedrek
1 year, 11 months agoserlan
2 years agoRobert12
2 years agoserlan
2 years, 1 month agoSergio_light
2 years, 1 month ago