code: fqa.9front.org

Download patch

ref: f1bb6c7cfd3455b6279340b39bb675499a430a0e
parent: 36b62f629bdab954eddc3ebd51f26c6d7b7c7397
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed May 3 12:20:26 EDT 2017

fqa.ms, fqa8.ms: document ssh(1) and sshfs(1)

--- a/fqa.ms
+++ b/fqa.ms
@@ -1213,6 +1213,10 @@
 8.4.6.1 - ssh
 .ihtml a
 
+.ihtml a <a href="fqa8.html#8.4.6.1.1">
+8.4.6.1.1 - sshfs
+.ihtml a
+
 .ihtml a <a href="fqa8.html#8.4.6.2">
 8.4.6.2 - ssh2
 .ihtml a
--- a/fqa8.ms
+++ b/fqa8.ms
@@ -1111,9 +1111,29 @@
 
 9front used to ship with the original Plan 9 native SSH1 client from Be3ll Labs. It has since been deleted.
 
+A new SSH2 client has replaced it. It supports only chacha20poly1305 cicphers.
+
 Read:
 .ihtml a <a href="http://man.9front.org/1/ssh">
 .CW ssh(1)
+.ihtml a
+
+.html - <a name="8.4.6.1.1" />
+.ihtml h4 <h4>
+.SH
+8.4.6.1.1 - sshfs
+.R
+.ihtml h4
+
+9front ships with an sshfs client that implements the SFTP protocol over the existing
+.ihtml a <a href="http://man.9front.org/1/ssh">
+.CW ssh(1)
+.ihtml a
+client.
+
+Read:
+.ihtml a <a href="http://man.9front.org/1/sshfs">
+.CW sshfs(1)
 .ihtml a
 
 .html - <a name="8.4.6.2" />