lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.8.0 vs lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.9.0
- old
+ new
@@ -56,11 +56,11 @@
# REQUIRED: The name of the amazon keypair and location of its private key
#
# NOTE: for some reason Capistrano requires you to have both the public and
# the private key in the same folder, the public key should have the
- # extension ".pub". The easiest (only?) way to get your hand on this is to
- # create an instance, ssh into it, and copy the file /mnt/openssh_id.pub
+ # extension ".pub". The easiest way to get your hand on this is to create the
+ # public key from the private key: ssh-keygen -y -f gsg-keypair > gsg-keypair.pub
#
key_name: gsg-keypair
key_file: "#{Dir[(File.expand_path('~') rescue '/root') + '/.ec2/*' + cloud_providers.aws.key_name].first}"
# OPTIONAL: Needed for bundling a running instance using rubber:bundle