程序员码农的世界Linux

Terminal终端登录远程服务器

2018-01-23  本文已影响30人  雨果是程序员

1.利用macOS终端terminal登录远程服务器

>ssh root@远程服务器ip地址
>输入密码

2.如果是第一次连接

The authenticity of host ‘example.com (xxx.xxx.xxx.xxx)’ can’t be established.
RSA key fingerprint is f9:………….
Are you sure you want to continue connecting (yes/no) 

会出现如上提示,直接输入yes,Enter之后,输入密码即可。

3.登录成功

登录成功.png
上一篇下一篇

猜你喜欢

热点阅读