首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >(ssh)连接被

(ssh)连接被
EN

Server Fault用户
提问于 2015-03-30 12:45:05
回答 1查看 6.6K关注 0票数 7

不幸的是,我无法访问ssh服务器,我只能看到:

代码语言:javascript
复制
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 engines: 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 
EN

回答 1

Server Fault用户

回答已采纳

发布于 2015-03-30 12:46:43

你应该解决,补充:

代码语言:javascript
复制
MACs=hmac-sha1

ssh -o MACs=hmac-sha1 -vvvl user ip
票数 7
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/679281

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档