[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2369: Support encryptionless sftp using sftp-over-tcp
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Jan 29 15:13:58 UTC 2015
#2369: Support encryptionless sftp using sftp-over-tcp
-------------------------+---------------------------
Reporter: HoverHell | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: 1.10.0
Keywords: performance | Launchpad Bug:
-------------------------+---------------------------
For performance reasons, it might be preferable to use unencrypted (and
unauthenticated) sshfs, e.g. when running over localhost or a trusted
local network.
For this, `sshfs` supports a `directport=…` option which skips the 'ssh'
part and directly uses sftp protocol (for reference, the server-part of
this can be started using `socat TCP4-LISTEN:12345,bind=192.168.0.1
EXEC:/usr/lib/sftp-server,nofork`)
(not sure whether this is a duplicate; I could not find anything relevant)
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2369>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list