Make moria and rivendell use lan addresses

This commit is contained in:
Marko Korhonen 2020-02-17 23:52:40 +02:00
parent f549fc07b7
commit 526fe1de65
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -19,14 +19,24 @@ Host aur
User aur
host moria
{%@@ if profile == "Rivendell" @@%}
HostName moria.reekynet.lan
port 22
{%@@ else @@%}
HostName reekynet.com
port 221
{%@@ endif @@%}
User balrog
ForwardAgent yes
host rivendell
{%@@ if profile == "Moria" @@%}
HostName rivendell.reekynet.lan
port 22
{%@@ else @@%}
HostName reekynet.com
port 222
{%@@ endif @@%}
User gimli
ForwardAgent yes