1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[docs] note in title that multiple keys is an EC2 thing

This commit is contained in:
geemus 2011-12-02 17:19:22 -06:00
parent ba9fc1a6a6
commit 6a4eecac5a

View file

@ -71,7 +71,7 @@ These return an array of results, where each has stdout, stderr and status value
server.destroy
### Managing multiple ssh key pairs
### Managing multiple ssh key pairs on EC2
The key pair you've specified, will be registered as "fog\_default" after running `bootstrap` for the first time. If you want to use multiple key pairs with the same AWS credentials, you need to set `Fog.credential` to register your other key pairs under different names. Your additional key pair will then be registered as "fog\_#{Fog.credential}":