ssh远程的时候出现Read from socket failed: Connection reset by peer
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh远程的时候出现Read from socket failed: Connection reset by peer相关的知识,希望对你有一定的参考价值。
原因:/etc/ssh/下没有ssh*key*文件
解决:
- ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
- ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
- ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key
然后再尝试远程连接,显示成功
或者
直接重启服务
systemctl restart sshd
以上是关于ssh远程的时候出现Read from socket failed: Connection reset by peer的主要内容,如果未能解决你的问题,请参考以下文章
码云出现错误git@gitee.com: Permission denied (publickey). fatal: Could not read from remote repository. P
PHP通过ssh或socks5读取远程服务器的mysql数据库
git 提示:fatal: Could not read from remote repository.
SourceTree正确配置SSH key之后仍然提示fatal: Could not read from remote repository.
红蓝对抗之隧道技术第二篇(reGeorg内网穿透SSH隧道本地Socks代理SSH远程转发Earthworm Socks5代理Tunna正向代理ICMP隧道DNS隧道Frp穿透)
红蓝对抗之隧道技术第二篇(reGeorg内网穿透SSH隧道本地Socks代理SSH远程转发Earthworm Socks5代理Tunna正向代理ICMP隧道DNS隧道Frp穿透)