From cb877aedb913e493e901e213b067adadd3b03b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20De=20Un=C3=A1nue?= Date: Tue, 26 May 2020 19:00:34 -0400 Subject: [PATCH] =?UTF-8?q?Error=20en=20el=20t=C3=BAnel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile.org | 4 ++-- ssh.org | 2 +- zshrc.org | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profile.org b/profile.org index be4d56f..bab050a 100644 --- a/profile.org +++ b/profile.org @@ -245,7 +245,7 @@ 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 @@ -253,7 +253,7 @@ alias sbcl="rlwrap sbcl" *** 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 diff --git a/ssh.org b/ssh.org index 41864bf..a2fb5a9 100644 --- a/ssh.org +++ b/ssh.org @@ -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 diff --git a/zshrc.org b/zshrc.org index 6515b2f..5b992e6 100644 --- a/zshrc.org +++ b/zshrc.org @@ -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