diff --git a/scripts/mosh.pl b/scripts/mosh.pl index 25745be..f30c95a 100755 --- a/scripts/mosh.pl +++ b/scripts/mosh.pl @@ -346,7 +346,7 @@ die "$0: fork: $!\n" unless ( defined $pid ); if ( $pid == 0 ) { # child open(STDERR, ">&STDOUT") or die; - my @sshopts = ( '-n' ); + my @sshopts = ( '-f' ); if ($ssh_pty) { push @sshopts, '-tt'; }