/** Try to connect to it ASAP. */
 @Override
 public void start(JCloudsComputer c) {
   c.connect(false);
 }