aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-10-05 11:26:08 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commit5bee4f14306426f4ac194732ca7bf98cad1e2056 (patch)
tree0b7ac0915698d21cadd74276efac52ef1f26165e /ssh
parent695cf6fca6891f46185d8ce7722b701f7d02908e (diff)
downloaddotfiles-5bee4f14306426f4ac194732ca7bf98cad1e2056.tar.xz
ssh: Add h.theos alias
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config9
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh/config b/ssh/config
index 4644d4a..2c039cb 100644
--- a/ssh/config
+++ b/ssh/config
@@ -10,7 +10,6 @@ Host *
GSSAPIAuthentication yes
PubkeyAuthentication yes
-
Host *.kyriasis.com
GSSAPIDelegateCredentials yes
ForwardAgent yes
@@ -21,14 +20,20 @@ Host git.kyriasis.com
User git
PubkeyAuthentication no
+Host h.theos
+ hostname h.theos.kyriasis.com
+ GSSAPIDelegateCredentials yes
+ ForwardAgent yes
+
Host theos
hostname theos.kyriasis.com
PubkeyAuthentication no
+ GSSAPIDelegateCredentials yes
+ ForwardAgent yes
Host lucifer
hostname lucifer.kyriasis.com
-
Host *.archlinux.org
IdentityFile ~/.config/ssh/id_ed25519
ForwardAgent yes