developer/golang: update to 1.23
[oi-userland.git] / components / network / openssh / files / ssh_config
blobb5bd0468953b67c157427ba6d3442752989c5f47
1 # Copyright (c) 2001 by Sun Microsystems, Inc.
2 # All rights reserved.
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):
19 # Host *
20 #   ForwardAgent no
21 #   ForwardX11 no
22 #   PubkeyAuthentication yes
23 #   PasswordAuthentication yes
24 #   FallBackToRsh no
25 #   UseRsh no
26 #   BatchMode no
27 #   CheckHostIP yes
28 #   StrictHostKeyChecking ask
29 #   EscapeChar ~