LWN.net Logo

ssh as network filesystem

ssh as network filesystem

Posted Feb 27, 2007 2:07 UTC (Tue) by rfunk (subscriber, #4054)
In reply to: file managers by drag
Parent article: New KDE 4 preview shows progress (Linux.com)

Yeah, having learned system/network administration on NFS-heavy networks, I've learned
to avoid it whenever possible, and ssh is a great protocol for that. Thus sftp://. :-)

sftp:// and fish:// are different. fish:// uses shell commands, while sftp:// uses sshd's sftp
subsystem extension (there's a switch for it in the OpenSSHd config file). sftp is
noticably faster, but slightly less well-supported across different ssh servers.

I definitely intend to do some more with sshfs soon.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds