diff options
author | kris <kris@FreeBSD.org> | 2000-05-15 06:11:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-15 06:11:30 +0000 |
commit | 40816e52606e2583c9f25b0eb7ac1128f2b80305 (patch) | |
tree | f3b40b596c51a893390d4f8968e2ccbb61b381e4 /crypto | |
parent | 866470d7857ac6eddce0c1c9da30adbf44862d82 (diff) | |
download | FreeBSD-src-40816e52606e2583c9f25b0eb7ac1128f2b80305.zip FreeBSD-src-40816e52606e2583c9f25b0eb7ac1128f2b80305.tar.gz |
Oops, rename S/Key to Opie in line with FreeBSD usage.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/ssh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 89a2d47..22af8e1 100644 --- a/crypto/openssh/ssh.1 +++ b/crypto/openssh/ssh.1 @@ -201,7 +201,7 @@ and is only known to the client and the server. If public key authentication fails or is not available a password can be sent encrypted to the remote host for proving the user's identity. This protocol 2 implementation does not yet support Kerberos or -S/Key authentication. +OPIE authentication. .Pp Protocol 2 provides additional mechanisms for confidentiality (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour) |