summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-01-18 17:14:17 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-01-18 17:14:17 +0000
commitb13c9bdd64e4347a6e23aca883787c709ce282e9 (patch)
tree090168c1bf7102aba519966c5b71583d254f9fb4 /usr.bin
parent20005b1fcc1d37b17256fa80c062cb34d83baa75 (diff)
correct Ciphers default; paola.mannaro@ubs.com
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshd.88
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index cb873dfd37a..976856a5c73 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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,