You are not logged in.
Pages: 1
Topic closed
I am trying to use sshfs (to replace nfs) so I can access my music and my vids across my network (music and vids are on "marbles", I want to access them on "toaster").
Now, if on toaster, I do "ssh chris@marbles", it works fine. I can "scp" across the network fine as well.
If, however, I do "sshfs chris@marbles:/mnt/music-vids/ ~/marbles/", I get the error:
read: Connection reset by peerGoing through the logs on marbles, all I get is this:
Dec  7 15:34:33 marbles sshd[5905]: Accepted publickey for chris from 192.168.0.3 port 44030 ssh2
Dec  7 15:34:33 marbles sshd(pam_unix)[5907]: session opened for user chris by (uid=0)
Dec  7 15:34:33 marbles sshd[5907]: subsystem request for sftp
Dec  7 15:34:33 marbles sshd(pam_unix)[5907]: session closed for user chrisWhich means nothing to me really.
Anyone got any ideas?
Cheers.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
Is the sftp subsytem active on the ssh server :?:
check for this line in your /etc/ssh/sshd_config:
Subsystem       sftp    /usr/lib/ssh/sftp-serverOffline
Turns out I had:
Subsystem       sftp    /usr/lib64/misc/sftp-serverMust have been from when I had Gentoo amd64 installed.. I just blindly copied the configs over, doh!  Fixed and it all works now 
Cheers
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
dude.. doh! is right. This isn't really an answer for the connection being reset, which is a totally differnt issue (tcp-level not config file error)
Offline
AskApache, 
This thread is almost 4 years old. Do you really think someone has been waiting for that long for you to provide a solution/comment?
Read the forum etiquettes about necro posting from my sig.
Closing...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1
Topic closed