anndl: Fixed a couple of bugs.
[utils.git] / rsc
diff --git a/rsc b/rsc
index c915aab..74be3fd 100755 (executable)
--- 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 "$!";
 }