[ssh] add AUR to ssh config
This commit is contained in:
parent
9f17b691b1
commit
111476dfda
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue