在 Mac 终端上保存远程服务器(ssh)连接(包括密码)

在 Mac 终端上保存远程服务器(ssh)连接(包括密码)

我可以保存类似于以下问题的 SSH 连接吗?问题但包括密码吗?

答案1

https://askubuntu.com/questions/87956/can-you-set-passwords-in-ssh-config-to-allow-automatic-login

不过,我建议只使用公钥,并IdentityFile.ssh/config

ssh-keygen如果您没有密码或不想与其他登录名共享密码,可以使用 生成一个。然后您可以使用ssh-copy-id将其放在远程服务器上。出于安全原因,不建议以明文形式保存密码。

相关内容