protected function configure()
 {
     parent::configure();
     $this->setDescription("Start an ssh-session into a box");
     $this->addOption('start', 's', InputOption::VALUE_NONE, 'Start the box if necessary');
 }