使用Ubuntu远程连接Ubuntu云主机
2018-08-27 本文已影响9人
tingshuo123
在本地主机上安装openssh-client
程序
sudo apt install openssh-client
在云主机上安装openssh-server
程序
sudo apt install openssh-server
查看云主机ip
image.png
创建密钥并跟云主机绑定,然后下载密钥文件。
创建密钥.png
通过
ssh -i 密钥文件路径 用户名@云主机ip