Ubuntu24.04开通SSH远程服务
1.安装SSH
sudo apt-get update

sudo apt-get install openssh-server

2.查看SSH状态
sudo systemctl status ssh
3.启动SSH服务
sudo systemctl start ssh
4.启用SSH服务(开机自启)
sudo systemctl enable ssh
SSH连接格式:用户名@IP地址,比如root@192.168.8.8
本文来自博客园,作者:阿江0312,转载请注明原文链接:https://www.cnblogs.com/ShuPJ0312/p/19676715

Ubuntu24.04开通SSH远程服务
