Linux常用命令总结(二)--远程登录

参考:https://www.runoob.com/linux/linux-remote-login.html

1.下载putty,运行putty.exe

Linux常用命令总结(二)--远程登录

2.在Host Name (or IP address)中输入Ubuntu的IP地址

 使用ifconfig查看ubuntu 的IP。

如果出现Network error: Connection refused 错误时:

(1)ubuntu安装ssh,sudo apt-get install openssh-server

(2)安装ssh完成后,使用ifconfig,查看IP。

(3)打开putty,输入IP,点击open。

(4)输入登录的账户和密码,登录成功。

Linux常用命令总结(二)--远程登录