Skip to content

tiibun/vagrant-poderosa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it ( https://github.com/tiibun/vagrant-poderosa/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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 )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages