要在Debian中开启SSH服务,可以按照以下步骤操作:
- 安装OpenSSH服务器软件包:
sudo apt-get update
sudo apt-get install openssh-server
- 启动SSH服务:
sudo systemctl start ssh
- 设置SSH服务开机自启动:
sudo systemctl enable ssh
- 确保SSH服务正在运行:
sudo systemctl status ssh
现在SSH服务已经成功开启并正在运行,你可以使用SSH客户端连接到你的Debian系统了。