ubuntu遠端連線遇到的一些問題及解決辦法,ubuntu一些問題

來源:互聯網
上載者:User

ubuntu遠端連線遇到的一些問題及解決辦法,ubuntu一些問題

1、在window平台上進行遠端連線linux主機,需要在window上下載遠端連線的用戶端,比如:SSH、SecureCRT、putty等。

2、與此重要的是,也需要在linux主機上安裝SSH服務程式,不然也串連不上,道理很簡單,linux系統上需要某個程式接受遠程用戶端的串連,我們需要在linux上安裝這個程式。命令附上:

sudo apt-get install openssh-server

安裝完後,系統會自動啟動該服務程式

3、server responded “Algorithm negotiation failed”

網上的解決方式很有效:

修改ssh的設定檔 /etc/ssh/sshd_config

在設定檔中添加:

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc

MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org

重啟sshd服務後,即可正常串連。

sudo service ssh restart

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.