1diff --git i/scripts/mosh.pl w/scripts/mosh.pl
2index c511482..55bf5f3 100755
3--- i/scripts/mosh.pl
4+++ w/scripts/mosh.pl
5@@ -66,7 +66,7 @@ my $use_remote_ip = 'proxy';
6 my $family = 'prefer-inet';
7 my $port_request = undef;
8
9-my @ssh = ('ssh');
10+my @ssh = ('@ssh@');
11
12 my $term_init = 1;
13