From 6a4eecac5a449078adb8343bc5cd15e0ce3ce70d Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 2 Dec 2011 17:19:22 -0600 Subject: [PATCH] [docs] note in title that multiple keys is an EC2 thing --- docs/compute/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compute/index.markdown b/docs/compute/index.markdown index 253b59d98..b65539c66 100644 --- a/docs/compute/index.markdown +++ b/docs/compute/index.markdown @@ -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}":