- 論壇徽章:
- 0
|
linux,aix作為客戶端連接到aix主機hosta,成功
windows用xshell,crt通過ssh連接hosta,失敗
環(huán)境:aix 6108-02-1316
ssh版本:6.0.0.6107
ssl版本: 1.0.1.510
在aix上執(zhí)行l(wèi)ssrc -s sshd,sshd是active的
查看tail -f /var/adm/authlog時發(fā)現(xiàn),當ssh登錄失敗時,有以下報錯:
Aug 22 16:34:39 vposdg_111 auth|security:info sshd[6225934]: Did not receive identification string from 192.168.1.237
Aug 22 16:35:11 vposdg_111 auth|security:crit sshd[13435188]: fatal: cipher_init: EVP_CipherInit: set key failed for aes128-cbc [pre
auth]
Aug 22 16:36:46 vposdg_111 auth|security:info sshd[12058856]: Received signal 15; terminating.
Aug 22 16:36:50 vposdg_111 auth|security:info sshd[13435190]: Server listening on 0.0.0.0 port 22.
Aug 22 16:36:50 vposdg_111 auth|security:info sshd[13435190]: Server listening on :: port 22.
Aug 22 16:36:54 vposdg_111 auth|security:crit sshd[13369674]: fatal: cipher_init: EVP_CipherInit: set key failed for aes128-cbc [pre
auth]
Aug 22 16:55:53 vposdg_111 auth|security:info sshd[7340462]: Received disconnect from 192.168.1.111: 11: disconnected by user
Aug 22 16:59:51 vposdg_111 auth|security:crit sshd[12714014]: fatal: cipher_init: EVP_CipherInit: set key failed for aes256-cbc [pre
auth]
Aug 22 16:59:54 vposdg_111 auth|security:crit sshd[12648718]: fatal: cipher_init: EVP_CipherInit: set key failed for aes256-cbc [pre
auth]
請教下各位,這個要怎么處理 |
|