标签: linux ssh ip
很难记住不同机器的IP地址。有没有办法使用机器名来连接机器?
答案 0 :(得分:2)
将Ip和机器名称添加到/etc/hosts文件
/etc/hosts
喜欢:
machine_IP machine_name
53.10.0.131 Droplet_Name