I'm trying to use sshfs to mount a share so I can share it through samba, as I cannot access a samba share over a NAT. So I have to mount it locally via ssh then access it locally from Windows.
This is the command I"m trying:
sshfs -p 22 -i=~/sshkeys/extsrv.loc filesync@extsrv.loc:/mnt/ravagerapplications . -o nonempty -o allow_other -o PasswordAuthentication=no
Does not seem to work. I get a log entry on the server of a connection then disconnection.
I also get this on the machine I'm trying to sshfs from:
read: Connection reset by peer
Anything I'm doing wrong in the command? I'm running this as root. (not sudo)
This is the command I"m trying:
sshfs -p 22 -i=~/sshkeys/extsrv.loc filesync@extsrv.loc:/mnt/ravagerapplications . -o nonempty -o allow_other -o PasswordAuthentication=no
Does not seem to work. I get a log entry on the server of a connection then disconnection.
I also get this on the machine I'm trying to sshfs from:
read: Connection reset by peer
Anything I'm doing wrong in the command? I'm running this as root. (not sudo)
