summary refs log tree commit diff
path: root/pkgs/tools/networking/mosh/ssh_path.patch
blob: cb2a650718ab1c0b841c482d98d51404facdf50e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/scripts/mosh.pl w/scripts/mosh.pl
index c511482..55bf5f3 100755
--- i/scripts/mosh.pl
+++ w/scripts/mosh.pl
@@ -66,7 +66,7 @@ my $use_remote_ip = 'proxy';
 my $family = 'prefer-inet';
 my $port_request = undef;
 
-my @ssh = ('ssh');
+my @ssh = ('@ssh@');
 
 my $term_init = 1;