Sha256: cab5f3f9f5fe8479f1d3882c75ab555748030c57d3e108d999b7d79000ee1ab2
Contents?: true
Size: 366 Bytes
Versions: 82
Compression:
Stored size: 366 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
82 entries across 75 versions & 13 rubygems
Version | Path |
---|---|
vagrant-actionio-0.0.9 | vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/plugins/commands/ssh/plugin.rb |
vagrant-lxc-0.0.1 | vendor/vagrant/plugins/commands/ssh/plugin.rb |