summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-29 20:17:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-29 20:17:57 +0000
commit7ccab455b64f02e478d9f15da69fbfdc67a69ad0 (patch)
tree2ab9533452df49558b6605c82dd617d4e0a5bf0e /usr.bin
parentb9c4eaab560415cda44a4ae2e191563df3cb16fd (diff)
typo
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index e4404f153b7..ea29247403a 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.38 2000/03/29 07:12:39 deraadt Exp $
+.\" $Id: sshd.8,v 1.39 2000/03/29 20:17:56 deraadt Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -69,7 +69,7 @@ random number as a session key which is used to encrypt all further
communications in the session.
The rest of the session is encrypted
using a conventional cipher, currently Blowfish and 3DES, with 3DES
-being is used by default.
+being used by default.
The client selects the encryption algorithm
to use from those offered by the server.
.Pp