跳到主要内容

安装 ssh

在某些情况下,Ubuntu 系统默认未安装 SSH 服务,导致无法通过 SSH 进行远程访问。可通过以下命令完成安装:

sudo apt update
sudo apt install openssh-server -y