My .ssh/config

Sorry, this has to be edited for security reasons…

Host [hostname1] [hostname2] [hostname3]
    ProxyCommand ssh [hostname] /usr/local/bin/nc -w 5 %h %p
 
Host [hostname1] [hostname2] [hostname3] 
    Compression yes
 
# defaults
Host *
    Protocol 2,1
    PubkeyAuthentication yes
    RSAAuthentication yes
    PasswordAuthentication yes
    PreferredAuthentications publickey,password,keyboard-interactive
    ForwardAgent yes
    ForwardX11 no
    ServerAliveCountMax 3
    ServerAliveInterval 600
 
Host [hostname]
HostName [ip address]
    Port [port number]
    User [username]

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">