Vagrant::Gitcredentials

On "vagrant up" an SSH key is generated and registered with your github.com account. This allows the Guest VM to execute git statements without having to provide credentials each time.

Installation

Add this line to your application's Gemfile:

gem 'vagrant-gitcredentials'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vagrant-gitcredentials

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  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 new Pull Request

Todo

  1. Fix password prompt to hide input
  2. Gracefully handle ssh-* commands not available on system (currently just assume available)
  3. make compatible for non *nix guest OS systems
  4. Cleaner code (need to learn ruby)