ssh 用户@localhost 与 用户@服务器名称

ssh 用户@localhost 与 用户@服务器名称

我正在使用 2 台服务器 (Redhat enterprise 7)。当我 ssh 连接它们时。一台显示,user@localhost另一台显示user@servername
我希望两者都有,user@servername
有什么想法吗?

答案1

检查输出

hostnamectl status

然后使用主机名控制公用事业。

答案2

检查的内容/etc/hosts,它可能是将服务器名称作为 localhost 的别名。

相关内容