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

Commit

Permalink
Error en el túnel
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed May 26, 2020
1 parent b22c716 commit cb877ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions profile.org
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ alias sbcl="rlwrap sbcl"

*** ITAM bastión
#+begin_src shell
alias itam-up='ssh -fNTML itam-tunnel'
alias itam-up='ssh -fNTM 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-up='ssh -fNTM ccd-tunnel'
alias ccd-status='ssh -TO check ccd-tunnel'
alias ccd-down='ssh -TO exit ccd-tunnel'
#+end_src
Expand Down
2 changes: 1 addition & 1 deletion ssh.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Host *
# La conexión permanerá abierta por 600 s después de que la última sesión ha sido cerrada
ControlPersist 600
User nanounanue
#LogLevel DEBUG1
LogLevel DEBUG1
#+end_src

*** Servidores
Expand Down
6 changes: 3 additions & 3 deletions zshrc.org
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ source ~/software/antigen.zsh
Si =ZSH_TMUX_AUTOSTART= es verdadero, siempre, al crear una terminal
se inicializará =tmux= o se conectará a una sesión existente

#+BEGIN_SRC shell
ZSH_TMUX_AUTOSTART=true
#+END_SRC
#+BEGIN_SRC shell
ZSH_TMUX_AUTOSTART=true
#+END_SRC


#+BEGIN_SRC shell
Expand Down

0 comments on commit cb877ae

Please sign in to comment.