diff options
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config index f41bee0a2..7bc8762d6 100644 --- a/ssh_config +++ b/ssh_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $ | 1 | # $OpenBSD: ssh_config,v 1.21 2005/12/06 22:38:27 reyk Exp $ |
2 | 2 | ||
3 | # This is the ssh client system-wide configuration file. See | 3 | # This is the ssh client system-wide configuration file. See |
4 | # ssh_config(5) for more information. This file provides defaults for | 4 | # ssh_config(5) for more information. This file provides defaults for |
@@ -37,3 +37,6 @@ | |||
37 | # Cipher 3des | 37 | # Cipher 3des |
38 | # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc | 38 | # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc |
39 | # EscapeChar ~ | 39 | # EscapeChar ~ |
40 | # Tunnel no | ||
41 | # TunnelDevice any:any | ||
42 | # PermitLocalCommand no | ||