diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:47:02 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-14 13:47:02 +0200 |
commit | ef504d14635699987433fd72725ae9801d860b29 (patch) | |
tree | 2952e294485169f0f8ac5c26ee106f8ce4c20885 | |
parent | 21159f0e7faf987c08c2bcfc31027675295d90c2 (diff) | |
download | dotfiles-ef504d14635699987433fd72725ae9801d860b29.tar.xz |
ssh: Add archlinux.org settings
-rw-r--r-- | ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,3 +33,8 @@ 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 |