dotfiles/home/.ssh/config

58 lines
807 B
Plaintext
Raw Normal View History

host gitea
2020-02-04 17:21:26 +02:00
HostName reekynet.com
user git
host gitlab
HostName gitlab.com
User git
host github
HostName github.com
User git
host bitbucket
HostName bitbucket.org
User git
Host aur
HostName aur.archlinux.org
User aur
2020-02-13 20:15:16 +02:00
host moria
{%@@ if profile == "Rivendell" @@%}
HostName moria.reekynet.lan
port 22
{%@@ else @@%}
2020-02-13 20:15:16 +02:00
HostName reekynet.com
port 221
{%@@ endif @@%}
2020-02-13 20:18:20 +02:00
User balrog
2020-02-13 20:15:16 +02:00
ForwardAgent yes
host rivendell
{%@@ if profile == "Moria" @@%}
HostName rivendell.reekynet.lan
port 22
{%@@ else @@%}
HostName reekynet.com
2020-02-04 17:21:26 +02:00
port 222
{%@@ endif @@%}
User gimli
ForwardAgent yes
host mirkwood
HostName reekynet.com
port 8123
User reekymarko
host anitta
HostName 10.200.200.4
port 22
user reekymarko
ForwardAgent yes
host takamaki
HostName 10.200.200.5
port 22
user reekymarko