diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index 3625bb456..303cabb05 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -158,7 +158,7 @@ fi # start up the sshd for syncfiles postscript to do the sync work logger -t xCAT -p local4.info "start up sshd" -if [[ $OSVER == ubuntu* ]] +if [[ $OSVER == ubuntu* || $OSVER == debian* ]] then if [ ! -d /var/run/sshd ] then