您好,登錄后才能下訂單哦!
這篇文章主要講解了“ubuntu如何安裝openssh服務器”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“ubuntu如何安裝openssh服務器”吧!
1.安裝openssh 首先得安裝 openssl 和zlib
安裝openssl ---下載openssl-1.0.1j.tar.gz,解壓到/usr/openssl/目錄下進入解壓目錄 執行./config -fpic 如下圖
安裝zlib---下載zlib-1.2.8.tar.gz解壓到/usr/zlib/目錄下
執行./configure make 和 make install命令 ok
2.下載openssh.tar.gz包解壓放在/usr/openssh/目錄下 解壓 如圖
執行 ./configure 之后部分編譯如下 可以看到 openssh 的配置文件放在了 /usr/local/etc下注意 :一般情況下在/etc/ssh目錄下
openssh has been configured with the following options: user binaries: /usr/local/bin system binaries: /usr/local/sbin configuration files: /usr/local/etc askpass program: /usr/local/libexec/ssh-askpass manual pages: /usr/local/share/man/manx pid file: /var/run privilege separation chroot path: /var/empty
沒有--with-ssl-dir=/usr/local/ssl可能會報 configure: error: openssl version header not found 執行make 和 make install 命令 報錯:privilege separation user sshd does not exist 解決:在/etc/passwd 中加入: sshd:x:74:74:privilege-separatedssh:/var/empty/sshd:/sbin/nologin 再次make install 編譯安裝成功。
openssh 默認安裝在/usr/local/sbin/目錄下如圖
開啟ssh服務
注意要按照絕對路徑開啟ssh服務否則報錯
查看ssh是否啟動成功
通過putty連接服務器
打開
打開
連接登陸成功
通過ssh遠程登陸
報錯 server responded "algorithm negotiation failed" 原因 客戶端與服務端的壓縮方式不一樣
解決方法 修改ssh的配置文件一般在/etc/ssh/sshd_config 但是我這里是在/usr/local/etc/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服務后,即可正常連接,如下圖。
點擊yes輸入密碼
點擊ok
成功
設置 ssh開機啟動,編輯/etc/rc.local文件
感謝各位的閱讀,以上就是“ubuntu如何安裝openssh服務器”的內容了,經過本文的學習后,相信大家對ubuntu如何安裝openssh服務器這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。