From 12716c51cc5beabc4b9ebb646df262c0d2c222fb Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Fri, 12 Apr 2013 17:01:01 +0200 Subject: [PATCH] Correction : vm_remote : rule_mosh : permet de donner une commande. --- vm_remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_remote b/vm_remote index 0a7ef55..b12b180 100755 --- a/vm_remote +++ b/vm_remote @@ -47,7 +47,7 @@ rule_ssh () { "$tool"/lib/ssh $vm_fqdn "$@" } rule_mosh () { - mosh --ssh="$tool/lib/ssh $*" $vm_fqdn + mosh --ssh="$tool/lib/ssh ${ssh-}" -- $vm_fqdn "$@" } rule__ssh_known_hosts_update () { rule ssh \ -- 2.20.1