需求
想通過 ssh 使用者名@伺服器位址 登入
但是 報錯:ssh: connect to host 192.xxx.xxx.xxx port 22: Connection refused
解決
安裝ssh元件
sudo apt-get install openssh-server
啟動ssh服務
https://blog.csdn.net/qq_20867981/article/details/80203836
LINUX開啟ssh服務,報錯:ssh: connect to host 192.168.6.129 port 22: Connection refused