diff options
author | Damien Miller <djm@mindrot.org> | 2002-01-22 23:32:39 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-01-22 23:32:39 +1100 |
commit | c497e38ce626a35f68844c7667adae6434be7d6c (patch) | |
tree | 95bea100f2b15ebfae5d3e33b1927374f34318e6 | |
parent | fae2386cc91673f4c387f58278b36ad952b7ad65 (diff) |
- stevesk@cvs.openbsd.org 2002/01/16 17:55:33
[ssh_config]
correct some commented defaults. add Ciphers default. ok markus@
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config | 11 |
2 files changed, 10 insertions, 6 deletions
@@ -195,6 +195,9 @@ | |||
195 | - stevesk@cvs.openbsd.org 2002/01/16 17:42:33 | 195 | - stevesk@cvs.openbsd.org 2002/01/16 17:42:33 |
196 | [ssh.1] | 196 | [ssh.1] |
197 | correct defaults for -i/IdentityFile; ok markus@ | 197 | correct defaults for -i/IdentityFile; ok markus@ |
198 | - stevesk@cvs.openbsd.org 2002/01/16 17:55:33 | ||
199 | [ssh_config] | ||
200 | correct some commented defaults. add Ciphers default. ok markus@ | ||
198 | 201 | ||
199 | 20020121 | 202 | 20020121 |
200 | - (djm) Rework ssh-rand-helper: | 203 | - (djm) Rework ssh-rand-helper: |
@@ -7342,4 +7345,4 @@ | |||
7342 | - Wrote replacements for strlcpy and mkdtemp | 7345 | - Wrote replacements for strlcpy and mkdtemp |
7343 | - Released 1.0pre1 | 7346 | - Released 1.0pre1 |
7344 | 7347 | ||
7345 | $Id: ChangeLog,v 1.1777 2002/01/22 12:32:26 djm Exp $ | 7348 | $Id: ChangeLog,v 1.1778 2002/01/22 12:32:39 djm Exp $ |
diff --git a/ssh_config b/ssh_config index 7d1b21067..a8a8d72ab 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh_config,v 1.11 2002/01/03 04:11:08 stevesk Exp $ | 1 | # $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $ |
2 | 2 | ||
3 | # This is the ssh client system-wide configuration file. See ssh(1) | 3 | # This is the ssh client system-wide configuration file. See ssh(1) |
4 | # for more information. This file provides defaults for users, and | 4 | # for more information. This file provides defaults for users, and |
@@ -18,7 +18,7 @@ | |||
18 | # Host * | 18 | # Host * |
19 | # ForwardAgent no | 19 | # ForwardAgent no |
20 | # ForwardX11 no | 20 | # ForwardX11 no |
21 | # RhostsAuthentication no | 21 | # RhostsAuthentication yes |
22 | # RhostsRSAAuthentication yes | 22 | # RhostsRSAAuthentication yes |
23 | # RSAAuthentication yes | 23 | # RSAAuthentication yes |
24 | # PasswordAuthentication yes | 24 | # PasswordAuthentication yes |
@@ -26,11 +26,12 @@ | |||
26 | # UseRsh no | 26 | # UseRsh no |
27 | # BatchMode no | 27 | # BatchMode no |
28 | # CheckHostIP yes | 28 | # CheckHostIP yes |
29 | # StrictHostKeyChecking yes | 29 | # StrictHostKeyChecking ask |
30 | # IdentityFile ~/.ssh/identity | 30 | # IdentityFile ~/.ssh/identity |
31 | # IdentityFile ~/.ssh/id_dsa | ||
32 | # IdentityFile ~/.ssh/id_rsa | 31 | # IdentityFile ~/.ssh/id_rsa |
32 | # IdentityFile ~/.ssh/id_dsa | ||
33 | # Port 22 | 33 | # Port 22 |
34 | # Protocol 2,1 | 34 | # Protocol 2,1 |
35 | # Cipher blowfish | 35 | # Cipher 3des |
36 | # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc | ||
36 | # EscapeChar ~ | 37 | # EscapeChar ~ |