1. 确定sshfs read: connection reset by peer错误的可能原因 网络不稳定:网络连接不稳定或中断可能导致 SSH 连接被重置。 SSH 服务器配置问题:SSH 服务器端的配置错误或限制可能导致连接被断开。 资源限制:如连接数过多、带宽限制等,也可能导致连接被重置。 客户端问题:本地 SSHFS 客户端的配置或使用的命令选项...
read: Connection reset by peer 可以看到是由ssh公钥认证导致的,根据上面提示的命令,清除之前对应IP保存的密钥: ssh-keygen -f"/root/.ssh/known_hosts"-R 192.168.50.191 然后再输入之前的挂载命令根据提示输入密码等操作之后,挂载成功。 sudo sshfs pi@192.168.50.191:/ /home/barry/armbian/mntsysroot_arm32/...
However, today, having changed nothing, I'm getting "read: Connection reset by peer". To test it, I did an "sftp -v" to the DS, and got: (..only showing the end of the output) debug1: Authentication succeeded (publickey). Authenticated to vine ([10.1.10.92]:22). debug1: ...
$ sshfs -d root@10.4.185.196:/ ~/m -p 22 FUSE library version: 2.9.2 nullpath_ok: 0 nopath: 0 utime_omit_ok: 0 root@10.4.184.196's password: subsystem request failed on channel 0 read: Connection reset by peer $ Is this not possible on Synology? If so, why not? Or in case...
2. 重新挂载还是错误read: Connection reset by peer 使用调试模式 查看错误信息 sshfs -o reconnect 111.1.11.111:/opt/logs /data/logs -o debug -o sshfs_debug -o debug -o sshfs_debug 原来是证书发生了变化 ,需要更新证书 删除老的证书: ssh-keygen -f "/root/.ssh/known_hosts" -R 111.11.11.111...
umount file_dir2. 重新挂载还是错误read: Connection reset by peer 使用调试模式 查看错误信息 sshfs-o reconnect111.1.11.111:/opt/logs /data/logs -o debug -o sshfs_debug-o debug-o sshfs_debug 原来是证书发生了变化 ,需要更新证书 删除老的证书: ...
read: Connection reset by peer # 需要将被挂载点的文件夹权限改回,才可以重新挂载 [root@server ~]# chmod 755 /home/sftpdata/ 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22.
The final result is that when I try to mount folder over ssh via Vagrant I got this error 'read: Connection reset by peer'. Obviously I am doing something wrong but I don't know how to debug it. Here is an output from my terminal: ...
read: Connection reset by peer Version is the latest PS C:\Program Files\SSHFS-Win\bin> .\sshfs.exe --version SSHFS version 3.5.2 FUSE library version 3.2 Btw I also get System error 67 has occurred if I try to use the net use X: \\sshfs\pi@192.168.8.108\. If I type in ...
"执行命令后 Ubuntu 会自动在桌面上显示挂载的 sshfs 文件系统盘,现在你就可以像操作本地磁盘一样操作这个映射的磁盘了。" 注:我执行这行命令时,报错了,起先我用的服务器地址是IP地址,如:hexiaodong@192.168.0.61:,这个后来才发现其实没有问题,但是还是报出这样的错误:Read:Connection reset by peer.可想而知...