From 2b359b21ded34400867848b4cf1f8d729724c6c2 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Wed, 31 May 2023 18:10:24 +0200 Subject: [PATCH] feat(ssh): add aliases --- ssh/.ssh/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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