]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/01/18 17:14:16
authordjm <djm>
Tue, 22 Jan 2002 12:33:15 +0000 (12:33 +0000)
committerdjm <djm>
Tue, 22 Jan 2002 12:33:15 +0000 (12:33 +0000)
     [sshd.8]
     correct Ciphers default; paola.mannaro@ubs.com

ChangeLog
sshd.8

index 1be5633c298416fbcd2577ff72c397ae62550e99..4dc74b0649e583231a5f7e0c63c6f19c9190a389 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
      [log.c]
      casts to silence enum type warnings for bugzilla bug 37; ok markus@
+   - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
+     [sshd.8]
+     correct Ciphers default; paola.mannaro@ubs.com
 
 20020121
  - (djm) Rework ssh-rand-helper:
diff --git a/sshd.8 b/sshd.8
index 97172479976d6e02b22be2472f2d8dda4084b649..61d88c14285f05cd1b4bc95075e09c661a02c8f2 100644 (file)
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd.8,v 1.161 2002/01/05 21:51:56 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.162 2002/01/18 17:14:16 stevesk Exp $
 .Dd September 25, 1999
 .Dt SSHD 8
 .Os
@@ -397,7 +397,11 @@ The default is
 Specifies the ciphers allowed for protocol version 2.
 Multiple ciphers must be comma-separated.
 The default is
-.Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour .
+.Pp
+.Bd -literal
+  ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
+    aes192-cbc,aes256-cbc''
+.Ed
 .It Cm ClientAliveInterval
 Sets a timeout interval in seconds after which if no data has been received
 from the client,
This page took 0.127742 seconds and 5 git commands to generate.