diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-23 01:11:12 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-04-23 01:11:12 +0200 |
commit | 2b10f79119c2e6bead4b50a5173e531cb27dc36f (patch) | |
tree | eee9d787ffd9ea6939b002da98f041d5d5ea6d18 /sys/man/1 | |
parent | 9574e3908f0323a9059d7918a8bfb315137f0c57 (diff) |
ssh(1): add bugs section about host not being authenticated
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/ssh | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sys/man/1/ssh b/sys/man/1/ssh index 42d0c2c5e..b409bbcf0 100644 --- a/sys/man/1/ssh +++ b/sys/man/1/ssh @@ -14,6 +14,8 @@ ssh - secure shell remote login client .IR user @] host [ .I cmd +.I args +.I ... ] .SH DESCRIPTION .I Ssh @@ -24,10 +26,13 @@ on the computer 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 @@ option enables debug output. .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. |