git: 9front

Download patch

ref: edb2ce8f3ac422f158b247cafb02f2ec9a0551b5
parent: 903942e56142510a556ba056ce9283979bd87d69
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Apr 22 21:11:12 EDT 2017

ssh(1): add bugs section about host not being authenticated

--- a/sys/man/1/ssh
+++ b/sys/man/1/ssh
@@ -14,6 +14,8 @@
 .IR user @] host
 [
 .I cmd
+.I args
+.I ...
 ]
 .SH DESCRIPTION
 .I Ssh
@@ -24,10 +26,13 @@
 logged in as
 .IR user .
 The input file descriptor is forwarded to the
-remote side and output and error descriptor
+remote side and output and error descriptors
 are forwarded to the local side.
+.PP
 The connection is authenticated and encrypted
-using the SSH2 protocol.
+using the SSH2 protocol. The user authenticates
+itself to the host using his RSA keypair or plaintext 
+passwords.
 .PP
 When no
 .I cmd
@@ -48,4 +53,8 @@
 .SH SOURCE
 .B /sys/src/cmd/ssh.c
 .SH SEE ALSO
-.IR vt (1)
+.IR vt (1),
+.IR rsa (8),
+.IR factotum (4)
+.SH BUGS
+The host is not authenticated.
--