在Linux系统中,SSH服务默认是关闭的
要启用SSH服务,请按照以下步骤操作:
sudo su
systemctl start ssh
systemctl enable ssh
systemctl status ssh
现在,您已经启用了SSH服务,并可以在需要时使用它进行远程登录和管理。