aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssh/config18
1 files changed, 7 insertions, 11 deletions
diff --git a/ssh/config b/ssh/config
index 2c039cb..45282e2 100644
--- a/ssh/config
+++ b/ssh/config
@@ -10,34 +10,30 @@ Host *
GSSAPIAuthentication yes
PubkeyAuthentication yes
-Host *.kyriasis.com
- GSSAPIDelegateCredentials yes
- ForwardAgent yes
- ForwardX11 yes
- ForwardX11Trusted yes
-
Host git.kyriasis.com
User git
PubkeyAuthentication no
-Host h.theos
+Host h.theos h.theos.kyriasis.com
hostname h.theos.kyriasis.com
GSSAPIDelegateCredentials yes
ForwardAgent yes
+ ForwardX11 yes
+ ForwardX11Trusted yes
-Host theos
+Host theos theos.kyriasis.com
hostname theos.kyriasis.com
- PubkeyAuthentication no
GSSAPIDelegateCredentials yes
ForwardAgent yes
+ ForwardX11 yes
+ ForwardX11Trusted yes
Host lucifer
hostname lucifer.kyriasis.com
Host *.archlinux.org
- IdentityFile ~/.config/ssh/id_ed25519
- ForwardAgent yes
User demize
+ ForwardAgent yes
Host aur.archlinux.org
User aur