diff --git a/RTCP/Run/src/LOFAR/Sections.py b/RTCP/Run/src/LOFAR/Sections.py
index 871bbf91d59ff767fd78f639cafcaaeda02c96e6..3114e6b3b0dbfda58999a477e9799bc3d7f1ff5f 100644
--- a/RTCP/Run/src/LOFAR/Sections.py
+++ b/RTCP/Run/src/LOFAR/Sections.py
@@ -264,7 +264,7 @@ class StorageSection(Section):
       def kill( signal ):
         # We kill the process group rooted at the orted process
         # (kill -PID) belonging to our MPI universe. This should take Storage with it.
-        SyncCommand( SSG+"-t %s ps --no-heading -o pid,cmd -ww -C orted | grep %s | awk '{ print $1; }' | xargs -I foo kill -%s -foo" % (
+        SyncCommand( SSH+"-t %s ps --no-heading -o pid,cmd -ww -C orted | grep %s | awk '{ print $1; }' | xargs -I foo kill -%s -foo" % (
           node, self.universe, signal) )
 
         # Sometimes it does not though, so send Storage (identified by parset file on command line, which is unique) the same signal