commit 9cac97f2c55efc9ffa9b3894127e049cc25852a3
parent 834d2a4dffe28ce4119d610028e9e48c59cefe4d
Author: Russ Cox <rsc@swtch.com>
Date: Sun, 17 May 2009 13:08:42 -0700
netfiles(1), sftpcache(1): document failure with new sftp
Diffstat:
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git 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
@@ -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.