[20201102]SSH2_MSG_UNIMPLEMENTED packet error with PuTTY.txt
[20201102]SSH2_MSG_UNIMPLEMENTED packet error with PuTTY.txt
--//上班登入伺服器發現提示:Disconnected Server protocol vioalation :unexpected SSH2_MSG_UNIMPLEMENTED packet 。
--//這個問題以前就遇到過,連結:http://blog.itpub.net/267265/viewspace-2218327/,不過這次版本rh 6.5
--//不知道安全等保需求又改動了什麼.
--//檢視當前openssh_server允許的keyexchange方法可用 /usr/sbin/sshd -T |grep kexalgorithms:
# /usr/sbin/sshd -T |grep kexalgorithms | tr ',' '\n'
kexalgorithms curve25519-sha256
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
diffie-hellman-group16-sha512
diffie-hellman-group18-sha512
diffie-hellman-group14-sha256
diffie-hellman-group14-sha1
# rpm -qa | grep ssh
openssh-clients-4.3p2-82.el5
openssh-server-4.3p2-82.el5
openssh-4.3p2-82.el5
--//奇怪在我的測試機器報錯,sshd版本也一樣,使用man sshd查詢沒有-T選項:
# /usr/sbin/sshd -T
sshd: illegal option -- T
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]
[-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]
# diff sshd_config20201001 sshd_config
44c44
< RSAAuthentication no
---
> #RSAAuthentication no
49c49
< RhostsRSAAuthentication no
---
> #RhostsRSAAuthentication no
53c53
< RhostsRSAAuthentication no
---
> #RhostsRSAAuthentication no
68c68
< KerberosAuthentication no
---
> #KerberosAuthentication no
75c75,76
< GSSAPIAuthentication no
---
> #GSSAPIAuthentication no
> #GSSAPICleanupCredentials yes
77d77
< GSSAPICleanupCredentials yes
88c88
< UsePAM yes
---
> #UsePAM yes
103,104c103,104
< UseLogin no
< UsePrivilegeSeparation yes
---
> #UseLogin no
> #UsePrivilegeSeparation yes
123c123,125
< Ciphers arcfour,aes128-ctr,aes192-ctr,aes256-ctr
---
> #Ciphers arcfour,aes128-ctr,aes192-ctr,aes256-ctr
> Ciphers aes256-ctr,aes192-ctr,aes128-ctr
> MACs hmac-sha2-512,hmac-sha2-256,hmac-sha1
--//不知道什麼引數導致要這樣設定,僅僅做一個記錄。
--//感覺安全等保做的有點過,完全沒有這個必要。我就害怕改變兩臺機器相互認證無需登入密碼的情況,測試沒有問題。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2731752/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQ匯出資料包錯Error 2020: Got packet bigger than 'max_allowed_packet'ErrorGo
- Python-Pandas-筆記-20201102-HKPython筆記
- PS/2 packet parser and datapath
- "Got a packet bigger than 'max_allowed_packet' bytes"錯誤解決辦法Go
- Packet tracer使用指南(上)
- Packet tracer使用指南(下)
- seed lab 2020 packet sniffing and spoofing lab
- Lost connection to MySQL server at 'reading authorization packet'MySqlServer
- Cisco Packet Tracer NAT模擬實驗
- №20201102賽事:斐波那契數列7數5層2解魔法塔
- Cisco Packet Tracer的安裝與漢化
- Failed to connect to ESP8266: Timed out waiting for packet headerAIHeader
- ERROR 2026 (HY000): SSL connection error: unknown error numberError
- mount error(5): Input/output errorError
- 【ERROR】OPatch failed with error code 73ErrorAI
- Original error: Error: socket hang upError
- MySQL報錯:Packets larger than max_allowed_packet are not allMySql
- IP packet reassembles failed導致例項被驅逐AI
- 計算機網路的 Cisco Packet Tracer 實驗計算機網路
- error:03000086:digital envelope routines::initialization errorErrorGit
- 如何解決"Parse error: syntax error"Error
- ERROR 1045 (28000): ProxySQL Error: 報錯ErrorSQL
- Error page: / Error infos: DedeCms錯誤警告Error
- Last_IO_Error: Got fatal error 1236ASTErrorGo
- MySQL報錯Slave: received end packet from server, apparent master shutdownMySqlServerAPPAST
- Mysql資料庫的max_allowed_packet設定方法MySql資料庫
- App extension實戰 - Personal VPN 連線並捕獲packetAPP
- The last packet successfully received from the server was 2,625 milliseconds ago.ASTServerGo
- 初試Cisco Packet Tracer–3——訪問Web伺服器Web伺服器
- 計算機網路實驗:【Cisco Packet Tracer 實驗】計算機網路
- Error for iOSErroriOS
- Setup had an error Error: At least one of these paths should existErrorAST
- FFmpeg 原始碼分析 - avcodec_send_packet 和 avcodec_receive_frame原始碼
- 總結SSH登陸故障:expected key exchange group packet form serverORMServer
- PostgreSQL DBA(140) - PG 12(Don't log incomplete startup packet if it's empty)SQL
- 用Packet Tracer傳送超大報文(3600位元組)
- 技術分享 | MySQL:max_allowed_packet 影響了什麼?MySql
- 計算機網路實驗三—— Cisco Packet Tracer 實驗計算機網路