From: fredrik Date: Sun, 26 Aug 2007 03:18:20 +0000 (+0000) Subject: Make ssh shut up a bit. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=8e8187f1654eba034c42f061c048358392931e98;ds=sidebyside Make ssh shut up a bit. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1099 959494ce-11ee-0310-bf91-de5d638817bd --- 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 "$!"; }