Linux 因修改/etc/ssh权限导致的ssh不能连接异常解决方法
操作:用SSH工具连接linux电脑出现的问题:Read from socket failed: Connection reset by peer起因:改变了系统权限 chmod 777 -R /解决办法:#chmod 400 /etc/ssh/* 重新连接 成功!!!
·
操作:用SSH工具连接linux电脑
出现的问题:Read from socket failed: Connection reset by peer
起因:改变了系统权限 chmod 777 -R /
解决办法:#chmod 400 /etc/ssh/*
重新连接 成功!!!
更多推荐



所有评论(0)