在 Ubuntu 上启动 SSH 服务的步骤如下: 1. 安装 SSH 服务端 sudo apt update sudo apt upgrade sudo apt install openssh-server 2. 启动 SSH 服务 # 启动服务 sudo systemctl start ssh