diff options
author | Russ Cox <rsc@swtch.com> | 2009-05-17 13:08:42 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-05-17 13:08:42 -0700 |
commit | 9cac97f2c55efc9ffa9b3894127e049cc25852a3 (patch) | |
tree | e24c634cfe4667892d77185aa70de1b1522d80be | |
parent | 834d2a4dffe28ce4119d610028e9e48c59cefe4d (diff) | |
download | plan9port-9cac97f2c55efc9ffa9b3894127e049cc25852a3.tar.gz plan9port-9cac97f2c55efc9ffa9b3894127e049cc25852a3.tar.bz2 plan9port-9cac97f2c55efc9ffa9b3894127e049cc25852a3.zip |
netfiles(1), sftpcache(1): document failure with new sftp
-rw-r--r-- | man/man1/netfiles.1 | 8 | ||||
-rw-r--r-- | man/man1/sftpcache.1 | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/netfiles.1 b/man/man1/netfiles.1 index 6f023d6b..69f519b1 100644 --- a/man/man1/netfiles.1 +++ b/man/man1/netfiles.1 @@ -125,3 +125,11 @@ plumb client Netfiles .IR acme (4), .IR factotum (4), .HR http://v9fs.sf.net +.SH BUGS +.I Netfiles +depends on +.IR sftpcache (1), +which only works with OpenSSH versions 4.3 and earlier; +later versions do not print the +.B sftp> +prompt frequently enough. diff --git a/man/man1/sftpcache.1 b/man/man1/sftpcache.1 index 23d2c582..28499b48 100644 --- a/man/man1/sftpcache.1 +++ b/man/man1/sftpcache.1 @@ -31,3 +31,9 @@ is used by .IR ssh (1), .IR sftp (1), .IR netfiles (1) +.SH BUGS +.I Sftpcache +only works with OpenSSH versions 4.3 and earlier; +later versions do not print the +.B sftp> +prompt frequently enough. |