1 # Copyright (c) 2001 by Sun Microsystems, Inc.
4 # ident "%Z%%M% %I% %E% SMI"
6 # This file provides defaults for ssh(1).
7 # The values can be changed in per-user configuration files $HOME/.ssh/config
8 # or on the command line of ssh(1).
10 # Configuration data is parsed as follows:
11 # 1. command line options
12 # 2. user-specific file
13 # 3. system-wide file /etc/ssh/ssh_config
15 # Any configuration value is only changed the first time it is set.
16 # host-specific definitions should be at the beginning of the
17 # configuration file, and defaults at the end.
19 # Example (matches compiled in defaults):
24 # PubkeyAuthentication yes
25 # PasswordAuthentication yes
30 # StrictHostKeyChecking ask