找出 ssh 服务器的 public 密钥

Finding out the public key of an ssh server

我可以访问学生服务器,并且有兴趣能够可视化 ssh 服务器的 public 密钥。什么 unix 命令可以帮助我查看 ssh 密钥,因为这不同于我自己在 AWS 等上生成的密钥?

就这么简单:

# cat /root/.ssh/id*.pub

或特定用户:

# cat ~user/.ssh/id*.pub