From ad48ae80d7e5756a48a56cd6a5fc1e8745142a3e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 17:58:39 +0200 Subject: ssh: Reorder config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'ssh') 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 -- cgit v1.2.3-54-g00ecf