diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 1ef53c0..f6afdb5 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -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