def bootstrap_ssh(options={})
        if (!defined?(@bootstrap_ssh) || @bootstrap_ssh.nil?)
          @bootstrap_ssh ||= ZTK::SSH.new({:ui => @ui, :timeout => Cucumber::Chef::Config.command_timeout}.merge(options))

          @bootstrap_ssh.config.host_name = self.ip