The ssh-agent program ACTS like a gatekeeper, securely providing access to security keys as needed.
ssh - agent程序如同一个看门人,它根据需要安全地提供对安全密钥的访问。
The eval command tells the shell to evaluate (execute) the commands generated by the ssh-agent program.
eval命令告诉shell计算(执行)ssh - agent程序生成的命令。
To do so, we must use a program called ssh-add, which adds (sends) our passphrase to the running ssh-agent program.
为此,必须使用程序ssh - add将密码短语添加(发送)至运行中的ssh - agent程序。
应用推荐