From 4223dfaab045c0fc83275fbed0f64aa59fa360f5 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 6 Sep 2015 13:56:38 +0200 Subject: [PATCH] =?utf8?q?sshimprimante=20corrig=C3=A9=20et=20j'en=20ai=20?= =?utf8?q?profit=C3=A9=20pour=20faire=20un=20sshcups?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .bash_aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 134e460..7438446 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -49,7 +49,8 @@ alias LS='LS -e' alias sshadd='ssh-add -t 1800' # Tunnels (pour les membres actifs) -alias sshimprimante="echo -e 'Port : 2222\nRappel : http://localhost:2222';ssh -L 2222:imprimante.adm.crans.org:80 vo" +alias sshimprimante="echo -e 'Port : 2222\nRappel : https://localhost:2222';ssh -L 2222:imprimante.adm.crans.org:443 vo" +alias sshcups="echo -e 'Port : 3333\nRappel : http://localhost:3333';ssh -L 3333:o2.adm.crans.org:631 vo" alias sshbabar="echo -e 'Port : 3333\nRappel : http://localhost:3333/backuppc';ssh -L 3333:babar.adm.crans.org:80 vo" alias sshomnomnom="echo -e 'Port : 3333\nRappel : http://localhost:3333/backuppc';ssh -L 3333:omnomnom.adm.crans.org:80 vo" -- 2.39.2