分享至
請問大家: 有在 ubuntu server 16.04上安裝了 openssh-server想知道如何不要每次開機時自動啟動ssh server ?要修改哪邊的設定檔呢?
謝謝您
已邀請的邦友 {{ invite_list.length }}/5
你可以執行以下命令把原本ssh.conf配置文件的名改掉:
ssh.conf
sudo mv /etc/init/ssh.conf /etc/init/ssh.conf.disabled
當你下一次開機時,你可以用以下命令啟動OpenSSH Server:
sudo service sshd start
ubuntu已經改用systemctl了,建議用systemctl來管。sudo systemctl disable application.service
IT邦幫忙