X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=vm_remote;h=8fe05610ddbd7832b113319595ec92aab70f0b02;hb=5e9744346618eafc6c69581de35be873fe25d2c3;hp=20dc7467694ebf229590ee814523d97b518bbed2;hpb=6dd8add65ae14c272df64a12f00a142314c0b2b1;p=lhc%2Fateliers.git diff --git a/vm_remote b/vm_remote index 20dc746..8fe0561 100755 --- a/vm_remote +++ b/vm_remote @@ -42,6 +42,9 @@ rule_git_push () { # SYNTAX: {host|hosted} $git_push_options rule_ssh () { "$tool"/vm_ssh $vm_fqdn "$@" } +rule_mosh () { + mosh --ssh="$tool/vm_ssh $*" $vm_fqdn + } rule__ssh_known_hosts_update () { rule ssh \ -o StrictHostKeyChecking=no \