Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Agregados alias para SSH tunneling (port forwarding)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 25, 2020
1 parent d2eb465 commit a1bc44c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion profile.org
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,31 @@ 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'
alias dsapp-status='ssh -TO check dsapp-tunnel'
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
Expand Down

0 comments on commit a1bc44c

Please sign in to comment.