diff options
-rw-r--r-- | group_vars/digitalocean.yml (renamed from host_vars/gate.ilvokhin.com/ssh.yml) | 0 | ||||
-rw-r--r-- | misc/dotfiles/ssh/config.j2 | 7 |
2 files changed, 2 insertions, 5 deletions
diff --git a/host_vars/gate.ilvokhin.com/ssh.yml b/group_vars/digitalocean.yml index fead62f..fead62f 100644 --- a/host_vars/gate.ilvokhin.com/ssh.yml +++ b/group_vars/digitalocean.yml diff --git a/misc/dotfiles/ssh/config.j2 b/misc/dotfiles/ssh/config.j2 index 8a8ad72..aa11c43 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -5,12 +5,9 @@ Host * AddKeysToAgent yes {% endif %} -Host gate - Hostname gate.ilvokhin.com - ForwardAgent yes - -Host shell sun mail +Host shell gate sun mail Hostname %h.ilvokhin.com + ForwardAgent yes # Moscow machines behind NAT. Host flame |