aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-12-20 19:18:34 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:37:35 +0200
commita37547389b06dc9babfa1af6f3456552c53a5509 (patch)
treee21ef4a52f6e0af6b3a28a1bc38760eb5bb32e47 /ssh
parent145a8cbc344d66b0e0ba582d02745ea2f5bf3564 (diff)
downloaddotfiles-a37547389b06dc9babfa1af6f3456552c53a5509.tar.xz
ssh: Bump
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-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