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