Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection
生活随笔
收集整理的這篇文章主要介紹了
Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
如果你遇到這個問題,說明你的Linux系統里面沒有安裝openssh-server
1.安裝:sudo apt-get install openssh-server;
2.查看是否安裝:
root@ubuntu:~$ ps -e | grep ssh
一般會出現sshd代表安裝成功:
3834 ? 00:00:00 sshd
3.重啟:ssh-agent restart
4.如果無效果則嘗試:ssh start
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ubuntu命令创建用户无法登入问题
- 下一篇: ARM内核及其设备树编译