burners knowhow Seite
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode

Ssh

config file example

Simple config example. First match counts! So specific host configs first.

Host dev
    HostName dev.example.com|IP
    User john
    Port 2342
    IdentityFile path/to/private.key

Include ssh config

To include a ssh file use:

Match all
Include full/path/to/config

You need Match all or the hosts won’t be matched!