[ssh] add AUR to ssh config

This commit is contained in:
Bruno Carlin 2022-02-22 10:19:41 +01:00
parent 9f17b691b1
commit 111476dfda

View file

@ -1,6 +1,11 @@
AddKeysToAgent yes AddKeysToAgent yes
ServerAliveInterval 60 ServerAliveInterval 60
ForwardAgent yes ForwardAgent yes
SetEnv TERM=xterm-256color
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host er Host er
HostName er.s.bcarlin.xyz HostName er.s.bcarlin.xyz