X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=blobdiff_plain;f=.bash_aliases;h=15b228076d66212996e9e945dd2224412630b50b;hp=134e460396ab708c851c601498d68c855cddc260;hb=e00d77b327fb6f825380202a6a50d77e20d57609;hpb=c34998f21a1e01eb28f6f50b35f9924c92f7f81c diff --git a/.bash_aliases b/.bash_aliases index 134e460..15b2280 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:cups.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"