Sha256: 07e0e248bf12d6892ff510bb3f079476e7fcf8779eb1fc14077543c6e7eb2f1c
Contents?: true
Size: 446 Bytes
Versions: 82
Compression:
Stored size: 446 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandSSHConfig class Plugin < Vagrant.plugin("2") name "ssh-config command" description <<-DESC The `ssh-config` command dumps an OpenSSH compatible configuration that can be used to quickly SSH into your virtual machine. DESC command("ssh-config") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
82 entries across 75 versions & 13 rubygems