feat(ssh): update servers aliases
This commit is contained in:
parent
8c7446b3f3
commit
a8d7e75c75
1 changed files with 6 additions and 6 deletions
|
@ -7,15 +7,15 @@ Host aur.archlinux.org
|
||||||
IdentityFile ~/.ssh/aur
|
IdentityFile ~/.ssh/aur
|
||||||
User aur
|
User aur
|
||||||
|
|
||||||
Host er
|
Host san
|
||||||
HostName er.s.bcarlin.xyz
|
HostName san.s.bcarlin.xyz
|
||||||
User bcarlin
|
User bcarlin
|
||||||
IdentityFile ~/.ssh/bca-perso-worklaptop
|
IdentityFile ~/.ssh/bca-perso-worklaptop
|
||||||
|
|
||||||
Host yi
|
Host sans
|
||||||
HostName yi.s.bcarlin.xyz
|
HostName san.s.bcarlin.xyz
|
||||||
User bcarlin
|
User root
|
||||||
IdentityFile ~/.ssh/bca-perso-worklaptop
|
IdentityFile ~/.ssh/bca-persos-worklaptop
|
||||||
|
|
||||||
Host code.bcarlin.xyz
|
Host code.bcarlin.xyz
|
||||||
IdentityFile ~/.ssh/bca-perso-worklaptop
|
IdentityFile ~/.ssh/bca-perso-worklaptop
|
||||||
|
|
Loading…
Add table
Reference in a new issue