ssh(1): add bugs section about host not being authenticated
This commit is contained in:
parent
9574e3908f
commit
2b10f79119
1 changed files with 12 additions and 3 deletions
|
@ -14,6 +14,8 @@ ssh - secure shell remote login client
|
||||||
.IR user @] host
|
.IR user @] host
|
||||||
[
|
[
|
||||||
.I cmd
|
.I cmd
|
||||||
|
.I args
|
||||||
|
.I ...
|
||||||
]
|
]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Ssh
|
.I Ssh
|
||||||
|
@ -24,10 +26,13 @@ on the computer
|
||||||
logged in as
|
logged in as
|
||||||
.IR user .
|
.IR user .
|
||||||
The input file descriptor is forwarded to the
|
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.
|
are forwarded to the local side.
|
||||||
|
.PP
|
||||||
The connection is authenticated and encrypted
|
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
|
.PP
|
||||||
When no
|
When no
|
||||||
.I cmd
|
.I cmd
|
||||||
|
@ -48,4 +53,8 @@ option enables debug output.
|
||||||
.SH SOURCE
|
.SH SOURCE
|
||||||
.B /sys/src/cmd/ssh.c
|
.B /sys/src/cmd/ssh.c
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.IR vt (1)
|
.IR vt (1),
|
||||||
|
.IR rsa (8),
|
||||||
|
.IR factotum (4)
|
||||||
|
.SH BUGS
|
||||||
|
The host is not authenticated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue