0

I am trying to mount a remote directory using sshfs, but I'm getting the connection reset by peer error:

Is there a solution for this?

Flyk
  • 1,480
meun5
  • 163
  • 1
  • 1
  • 8

1 Answers1

0

Have you added the user pi to the www-data group?

sudo usermod -a -G www-data  pi
Kai
  • 594
  • 1
  • 5
  • 11