X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=rsc;fp=rsc;h=74be3fdb0a73245240cb0e8f1a28a8e1e1d2cf30;hp=c915aab0d2cf1d7ea0ad05490ce24047401014c6;hb=8e8187f1654eba034c42f061c048358392931e98;hpb=33dc94de07ef094300d2ea181998ccd719fcc1f2 diff --git a/rsc b/rsc index c915aab..74be3fd 100755 --- a/rsc +++ b/rsc @@ -42,6 +42,7 @@ if($ARGV[0] eq "-s") { if(-t STDIN) { push @sshopts, "-t"; } + push @sshopts, "-q"; exec "ssh", @sshopts, "$host", "rsc", "-s", $ea; die "$!"; }