禁用 ssh 服务
这将禁用 SSH 服务器端服务,如果需要,这将确保客户端无法通过 ssh 连接
Ubuntu 的
sudo service ssh stop
Debian 的
sudo /etc/init.d/ssh stop
Arch Linux
sudo killall sshd
这将禁用 SSH 服务器端服务,如果需要,这将确保客户端无法通过 ssh 连接
Ubuntu 的
sudo service ssh stop
Debian 的
sudo /etc/init.d/ssh stop
Arch Linux
sudo killall sshd