# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

Host *
    Port 22 # default port
    Tunnel no
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials no

Host example
    Hostname www.example.com
    User user
    Port 1234
