code: fqa.9front.org

Download patch

ref: ec3cd2d493e11d2a410b19889c6c54b4352970b1
parent: 44701d28500f2f203dd56b734ead69577f765a75
author: stanley lieber <stanley.lieber@gmail.com>
date: Fri May 5 11:01:59 EDT 2017

fqa8.ms: ssh does not have a -h option

--- a/fqa8.ms
+++ b/fqa8.ms
@@ -1111,7 +1111,7 @@
 
 9front used to ship with the original Plan 9 native SSH1 client from Bell Labs. It has since been deleted.
 
-A new SSH2 client has replaced it. It supports only chacha20poly1305 cicphers.
+A new SSH2 client has been written from scratch to replace it. The new client supports only chacha20-poly1305 cipher and curve25519 Diffie-Hellman for key exchange (as well as plain passwords).
 
 Read:
 .ihtml a <a href="http://man.9front.org/1/ssh">
@@ -1241,7 +1241,7 @@
 With
 .CW ssh :
 .P1
-srv -s 5 -e \'ssh -u sl -h wm \'\'/usr/local/bin/u9fs \e
+srv -s 5 -e \'ssh -u sl wm \'\'/usr/local/bin/u9fs \e
 	-u sl -na none\'\'\' wm /n/wm
 .P2