Sha256: ea49ea335815ae72d36056c91297c6258ccfb60ccd904ed4fb81de64117eb801

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module CommandSSH
    class Plugin < Vagrant.plugin("2")
      name "ssh command"
      description <<-DESC
      The `ssh` command allows you to SSH in to your running virtual machine.
      DESC

      command("ssh") do
        require File.expand_path("../command", __FILE__)
        Command
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/commands/ssh/plugin.rb