diff --git a/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking b/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking index f9507dbf8..bba3d9660 100644 --- a/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking +++ b/xCAT-server/share/xcat/netboot/esxi/47.xcat-networking @@ -16,4 +16,5 @@ if [ ! -z "$MACADDR" ]; then esxcfg-init -R $MACADDR -K vmk0 fi +sed -ie 's/#ssh/ssh/' /etc/inetd.conf #ssh is too nice not to have return ${SUCCESS}