No commit activity in last 3 years
No release in over 3 years
A vagrant plugin for automatically generating ssh_config entry.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

vagrant-auto_ssh_config

A vagrant plugin for automatically generating ssh_config entry.

License X11 Gem Version

Installation

$ vagrant plugin install vagrant-auto_ssh_config

Usage

After plugin installed and run "vagrant up", you can login vagrant machine by "ssh vagrant-latest" without "vagrant ssh-config --host vagrant-latest >> ~/.ssh/config".

This plugin creates/updates ssh_config entry at "vagrant up". And it deletes ssh_config entry for "vagrant-latest" at "vagrant halt".

News

  1. 2014-11-06 0.0.0 First release.

Development

Test on Vagrant machine

  1. Install related gems: bundle
  2. Run Vagrant machine: bundle exec vagrant up

Install from source

  1. Create a gem: bundle exec rake build
  2. Install built gem: vagrant plugin install pkg/vagrant-auto_ssh_config-VERSION.gem

Contributing

  1. Fork it ( https://github.com/nishidayuya/vagrant-auto_ssh_config/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