ubuntu開啟SSH遠程訪問功能


原文鏈接:https://www.jianshu.com/p/b9fab528dd6b
 
1、安裝openssh-server
sudo apt-get install openssh-server
2、開機自動啟動ssh命令
sudo systemctl enable ssh
3、關閉ssh開機自動啟動命令
sudo systemctl disable ssh
4、單次開啟ssh
sudo systemctl start ssh
5、單次關閉ssh
sudo systemctl stop ssh
6、設置好后重啟系統
reboot
7、查看ssh是否啟動,看到Active: active (running)即表示成功
sudo systemctl status ssh
 

原文鏈接:https://www.jianshu.com/p/b9fab528dd6b


免責聲明!

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



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