feat(ssh): add aliases

This commit is contained in:
Bruno Carlin 2023-05-31 18:10:24 +02:00
parent 3089967448
commit 2b359b21de
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -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