diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 17:58:39 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-10 17:58:39 +0200 |
commit | ad48ae80d7e5756a48a56cd6a5fc1e8745142a3e (patch) | |
tree | 3c068fe2ddb6e6cd90d394249a92f714f3189de5 | |
parent | 3ec77c52913f286cd9d3baa9e06e4fd0ff09dbf0 (diff) | |
download | dotfiles-ad48ae80d7e5756a48a56cd6a5fc1e8745142a3e.tar.xz |
ssh: Reorder config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | ssh/config | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 |