aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mosh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mosh.pl b/scripts/mosh.pl
index 37eb1ff..583b7d2 100755
--- a/scripts/mosh.pl
+++ b/scripts/mosh.pl
@@ -333,7 +333,7 @@ die "$0: fork: $!\n" unless ( defined $pid );
if ( $pid == 0 ) { # child
open(STDERR, ">&STDOUT") or die;
- my @sshopts = ( '-n' );
+ my @sshopts = ();
if ($ssh_pty) {
push @sshopts, '-tt';
}