aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2016-11-11 23:31:11 -0500
committerGravatar John Hood <cgull@glup.org>2016-11-11 23:31:11 -0500
commit04b03b41f6d901e4cfc99e237eeb69ee91ec2b75 (patch)
tree8ea2035a8848f5827e216856912ffd24623d444c /scripts
parent52d10cf21105e1fa831431c48ecb47495be2a7f7 (diff)
Revert "Do not close stdin on ssh session."
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 583b7d2..37eb1ff 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 = ();
+ my @sshopts = ( '-n' );
if ($ssh_pty) {
push @sshopts, '-tt';
}