ubuntu/debian 安裝和卸載SSH,並開啟


注意:如果使用的是WSL安裝的ubuntu/debian,那么你需要先卸載:
#sudo apt remove openssh-server
#sudo apt install openssh-server
安裝完成后SSH 服務默認開啟
手動啟動:
#systemctl start ssh.service
修改配置:
nano /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM