From 5e4035bc15c3db78aff5bd1da620f0b4579baaf4 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Mon, 9 Dec 2013 17:36:10 +0100 Subject: [PATCH] =?utf8?q?[bash=5Faliases]=20scp=20=C3=A0=20coup=20de=20pr?= =?utf8?q?oxycommand?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .bash_aliases | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 39a36f1..51de8c6 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -58,6 +58,11 @@ alias cerebroX="ssh -X cerebro" alias cerebrox=cerebroX alias pimeys="ssh pimeys.fr" +# Pour uploader via le dptinfo +alias scpviadptinfo="scp -o ProxyCommand='ssh info36 -W %h:%p'" +# Attention, pour ssh acces1, proxy par tahines (ssh_config) +alias scpviatahines="scp -o ProxyCommand='ssh acces1 -W %h:%p'" + ## Remote commands # sur power alias nexttv="ssh power \"service multicast next 'a<3'\"" -- 2.39.2