Linux   发布时间:2022-04-01  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了linux – (ssh)连接关闭大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

不幸的是我无法访问ssh服务器,我只能看到: Platform: i586-pc-linux-gnu Compiled with: liblua-5.2.3 openssl-1.0.1k libpcre-8.35 libpcap-1.6.2 nmap-libdnet-1.12 ipv6 Compiled without: Available nsock @R_450_10846@nes: epoll poll se
不幸的是我无法访问ssh服务器,我只能看到:
Platform: i586-pc-linux-gnu
Compiled with: liblua-5.2.3 openssl-1.0.1k libpcre-8.35 libpcap-1.6.2 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock @R_450_10846@nes: epoll poll SELEct

ssh -vvvl user ip

debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: setup hmac-sha1
debug1: kex: server->client 3des-cbc hmac-sha1 none
debug2: mac_setup: setup hmac-sha1
debug1: kex: client->server 3des-cbc hmac-sha1 none
debug2: bits set: 502/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecTing SSH2_MSG_KEXDH_REPLY
Connection closed by IP

解决方法

你应该解决添加: @H_319_16@mACs=hmac-sha1 ssh -o MACs=hmac-sha1 -vvvl user ip

大佬总结

以上是大佬教程为你收集整理的linux – (ssh)连接关闭全部内容,希望文章能够帮你解决linux – (ssh)连接关闭所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。