mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Added mosh as a package
This commit is contained in:
parent
0b006a916a
commit
1689efee41
5 changed files with 50 additions and 43 deletions
14
packages/mosh/ssh_path.patch
Normal file
14
packages/mosh/ssh_path.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
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;
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue