当前位置: 代码迷 >> 综合 >> Connection reset by peer using sshfs
  详细解决方案

Connection reset by peer using sshfs

热度:83   发布时间:2024-01-11 14:01:14.0

一直连不上,并且报错 Connection reset by peer using sshfs

 

After a lot more of trying it turns out my client user wasn't in the fuse group. After I added it with sudo usermod -a -G fuse myuser the mount works fine again. Don't ask me how it could have worked before reinstalling the server. Thank for all your help!

  相关解决方案