# source: https://github.com/jawilson/dotfiles/blob/main/ssh/config
# archive: https://web.archive.org/web/20220327110953/https://github.com/jawilson/dotfiles/blob/main/ssh/config

Host *
    AddKeysToAgent yes
    IdentityFile ~/.ssh/id_rsa
Host Maxwell maxwell
    HostName Maxwell.singularity.net
    ForwardAgent yes
Host Dark-Knight dark-knight
    HostName Dark-Knight.singularity.net
    User admin
Host Venom venom
    HostName venom.singularity.net
    User admin
Host Feynman feynman
    HostName Feynman.singularity.net
    ForwardAgent yes
Host home.jeffalwilson.com
    ForwardAgent yes
    DynamicForward 1025
Host P3Steel p3steel
    HostName P3Steel.singularity.net
    User pi
Host Beagleone beagleone
    HostName Beagleone.singularity.net
    ForwardAgent yes
Host wenas Wenas wenas.jeffalwilson.com
    HostName wenas.jeffalwilson.com
    DynamicForward 1026
    ForwardAgent yes
Host Blue blue
    HostName Blue.singularity.net
    User root
Host Galactica galactica
    HostName Galactica.singularity.net
    User root
Host 192.168.60.1 galactica.local
    User root
Host wilson-t440 wilson-t440.corp.atellis.com
    User corp\\jeff.wilson
    DynamicForward 1027
