feat(ssh): add aliases
This commit is contained in:
parent
3089967448
commit
2b359b21de
1 changed files with 15 additions and 0 deletions
|
@ -23,5 +23,20 @@ Host code.bcarlin.xyz
|
|||
Host tria.waarp.org
|
||||
IdentityFile ~/.ssh/bca-work-worklaptop
|
||||
|
||||
Host tria
|
||||
HostName tria.waarp.org
|
||||
IdentityFile ~/.ssh/bca-work-worklaptop
|
||||
|
||||
Host duo.waarp.org
|
||||
IdentityFile ~/.ssh/bca-work-worklaptop
|
||||
|
||||
Host duo
|
||||
HostName duo.waarp.org
|
||||
IdentityFile ~/.ssh/bca-work-worklaptop
|
||||
|
||||
Host ariane-test
|
||||
User waarp
|
||||
Hostname duo.waarp.org
|
||||
Port 22422
|
||||
PubkeyAuthentication no
|
||||
PreferredAuthentications password
|
||||
|
|
Loading…
Add table
Reference in a new issue