一:配置server(openssh-client)端和client(openssh-server)端
sudo apt install openssh-client sudo apt install openssh-server
二:本机连接远程机器
ssh@
#查看server_name:
whoami
#查看server_ip
ifconfig
#对于我的server端是
ssh nubot@10.0.2.110

一:配置server(openssh-client)端和client(openssh-server)端
sudo apt install openssh-client sudo apt install openssh-server
二:本机连接远程机器
ssh@
#查看server_name:
whoami
#查看server_ip
ifconfig
#对于我的server端是
ssh nubot@10.0.2.110