[ssh_config]
     correct some commented defaults.  add Ciphers default.  ok markus@
This commit is contained in:
Damien Miller 2002-01-22 23:32:39 +11:00
parent fae2386cc9
commit c497e38ce6
2 changed files with 10 additions and 6 deletions

View File

@ -195,6 +195,9 @@
- stevesk@cvs.openbsd.org 2002/01/16 17:42:33 - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
[ssh.1] [ssh.1]
correct defaults for -i/IdentityFile; ok markus@ correct defaults for -i/IdentityFile; ok markus@
- stevesk@cvs.openbsd.org 2002/01/16 17:55:33
[ssh_config]
correct some commented defaults. add Ciphers default. ok markus@
20020121 20020121
- (djm) Rework ssh-rand-helper: - (djm) Rework ssh-rand-helper:
@ -7342,4 +7345,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1777 2002/01/22 12:32:26 djm Exp $ $Id: ChangeLog,v 1.1778 2002/01/22 12:32:39 djm Exp $

View File

@ -1,4 +1,4 @@
# $OpenBSD: ssh_config,v 1.11 2002/01/03 04:11:08 stevesk Exp $ # $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $
# This is the ssh client system-wide configuration file. See ssh(1) # This is the ssh client system-wide configuration file. See ssh(1)
# for more information. This file provides defaults for users, and # for more information. This file provides defaults for users, and
@ -18,7 +18,7 @@
# Host * # Host *
# ForwardAgent no # ForwardAgent no
# ForwardX11 no # ForwardX11 no
# RhostsAuthentication no # RhostsAuthentication yes
# RhostsRSAAuthentication yes # RhostsRSAAuthentication yes
# RSAAuthentication yes # RSAAuthentication yes
# PasswordAuthentication yes # PasswordAuthentication yes
@ -26,11 +26,12 @@
# UseRsh no # UseRsh no
# BatchMode no # BatchMode no
# CheckHostIP yes # CheckHostIP yes
# StrictHostKeyChecking yes # StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_dsa
# IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
# Port 22 # Port 22
# Protocol 2,1 # Protocol 2,1
# Cipher blowfish # Cipher 3des
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
# EscapeChar ~ # EscapeChar ~