diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-19 16:29:33 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-19 16:29:33 +0100 |
commit | 1123453d0a1485922f0bac2e4063a67c7070aea3 (patch) | |
tree | 4dedb046b331a0b7c0f67cae1058f73fb026efef /ssh | |
parent | 7b7261379d5940ea7808514e36023f9c86cdfd52 (diff) | |
download | dotfiles-1123453d0a1485922f0bac2e4063a67c7070aea3.tar.xz |
ssh: add aur-dev config
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,3 +26,8 @@ Host lucifer Host git.kyriasis.com User git PubkeyAuthentication no + +Host aur-dev.archlinux.org + IdentityFile ~/.ssh/id_ed25519 + User aur + Port 2222 |