aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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