Ajout de la config de SSH
This commit is contained in:
commit
5addaeb4a3
1 changed files with 10 additions and 0 deletions
10
.ssh/config
Normal file
10
.ssh/config
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Host aur.archlinux.org
|
||||||
|
IdentityFile ~/.ssh/id_rsa-aur
|
||||||
|
User aur
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host breizh.me
|
||||||
|
Hostname breizh.me
|
||||||
|
User alarm
|
||||||
|
Port 22
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
Loading…
Reference in a new issue