我如何更改使用的默认 ssh rsa 密钥?

我如何更改使用的默认 ssh rsa 密钥?

我正在使用 Ubuntu,并且我有几个密钥用于连接远程机器。我创建的密钥ssh-keygen -t rsa位于我的主文件夹中,~/.ssh/名为rsa_id。我还有另一个密钥,由我公司的 DevOps 团队使用,我希望它成为默认密钥。我查看了文件/etc/ssh/sshd_config,其中有这样一行:

HostKey /etc/ssh/ssh_host_rsa_key

所以我想知道两件事:

1. When I issue my key using the command specified above, does it copy the content of my newly created key to this file?
2. If I want to change the default key used, shall I add another `HostKey` line and point it to the DevOps key?

谢谢

答案1

嗨,我相信这是你问题的答案。我不想复制粘贴答案。

https://superuser.com/questions/263405/how-do-we-specify-an-ssh-default-identity

相关内容