From a1bc44c2530e31b9e2550c4326ee4e9f226a1663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Sat, 25 Apr 2020 00:28:01 -0500 Subject: [PATCH] Agregados alias para SSH tunneling (port forwarding) --- profile.org | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/profile.org b/profile.org index 97bfce1..87c296f 100644 --- a/profile.org +++ b/profile.org @@ -234,7 +234,9 @@ alias et="emacsclient -nw" alias sbcl="rlwrap sbcl" #+END_SRC -** SSH Tunneling (DSaPP) +** SSH Tunneling + +*** DSaPP bastión :deprecated: #+BEGIN_SRC shell alias dsapp-up='ssh -fNTM dsapp-tunnel' @@ -242,6 +244,21 @@ alias sbcl="rlwrap sbcl" alias dsapp-down='ssh -TO exit dsapp-tunnel' #+END_SRC +*** ITAM bastión +#+begin_src shell + alias itam-up='ssh -fNTML itam-tunnel' + alias itam-status='ssh -TO check itam-tunnel' + alias itam-down='ssh -TO exit itam-tunnel' +#+end_src + +*** CCD bastión + +#+begin_src shell + alias ccd-up='ssh -fNTML ccd-tunnel' + alias ccd-status='ssh -TO check ccd-tunnel' + alias ccd-down='ssh -TO exit ccd-tunnel' +#+end_src + ** CLI #+BEGIN_SRC shell