aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-10 17:58:39 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-10 17:58:39 +0200
commitad48ae80d7e5756a48a56cd6a5fc1e8745142a3e (patch)
tree3c068fe2ddb6e6cd90d394249a92f714f3189de5 /ssh
parent3ec77c52913f286cd9d3baa9e06e4fd0ff09dbf0 (diff)
downloaddotfiles-ad48ae80d7e5756a48a56cd6a5fc1e8745142a3e.tar.xz
ssh: Reorder config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config15
1 files changed, 7 insertions, 8 deletions
diff --git a/ssh/config b/ssh/config
index 78de4ff..9f45882 100644
--- a/ssh/config
+++ b/ssh/config
@@ -16,6 +16,10 @@ Host *.kyriasis.com
ForwardX11 yes
ForwardX11Trusted yes
+Host git.kyriasis.com
+ User git
+ PubkeyAuthentication no
+
Host theos
hostname theos.kyriasis.com
PubkeyAuthentication no
@@ -25,16 +29,11 @@ Host lucifer
hostname lucifer.kyriasis.com
ForwardAgent yes
-Host git.kyriasis.com
- User git
- PubkeyAuthentication no
-
-Host aur-dev.archlinux.org
- IdentityFile ~/.ssh/id_ed25519
- User aur
- Port 2222
Host *.archlinux.org
IdentityFile ~/.config/ssh/id_ed25519
ForwardAgent yes
User demize
+
+Host aur4.archlinux.org
+ User aur