tnetfiles(1), sftpcache(1): document failure with new sftp - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9cac97f2c55efc9ffa9b3894127e049cc25852a3
(DIR) parent 834d2a4dffe28ce4119d610028e9e48c59cefe4d
(HTM) 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:
M man/man1/netfiles.1 | 8 ++++++++
M man/man1/sftpcache.1 | 6 ++++++
2 files changed, 14 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/man/man1/netfiles.1 b/man/man1/netfiles.1
t@@ -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.
(DIR) diff --git a/man/man1/sftpcache.1 b/man/man1/sftpcache.1
t@@ -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.