Vagrant Poderosa Plugin
This is a Vagrant plugin that enables to ssh into vm with Poderosa.
Installation
vagrant plugin install vagrant-poderosa
Usage
vagrant poderosa [vm-name]
Configuration
Vagrant.configure(2) do |config|
# ...
config.poderosa.exe_path = '[path to poderosa]/poderosa.exe'
# ...
end
exe_path
A poderosa.exe file path. We will find real path- If set and executable, use it.
- If set and not executable, search in PATH.
- If not set, search "poderosa.exe" in PATH.
Contributing
- Fork it ( https://github.com/tiibun/vagrant-poderosa/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Thanks
Vagrant ( https://github.com/https://github.com/mitchellh/vagrant ) vagrant-multi-putty ( https://github.com/nickryand/vagrant-multi-putty )