服务器端配置
软件安装
SSH
远程终端连接,开启服务之后,客户端可以通过输入IP地址连接服务器(ifconfig查看)
sudo apt install ssh
chkconfig --level 2345 sshd on #SS
2024-04-29