Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AE88DC04 for ; Thu, 31 Jan 2013 00:38:23 +0000 (UTC) Received: (qmail 77465 invoked by uid 500); 31 Jan 2013 00:38:23 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 77443 invoked by uid 500); 31 Jan 2013 00:38:23 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 77433 invoked by uid 99); 31 Jan 2013 00:38:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 00:38:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 239A7827AA1; Thu, 31 Jan 2013 00:38:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jtomechak@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/4] git commit: refs/heads/master - Docs. CLOUDSTACK-297. Documentation for reset SSH key feature. In using-sshkeys.xml, add new section "Resetting SSH Keys." Message-Id: <20130131003823.239A7827AA1@tyr.zones.apache.org> Date: Thu, 31 Jan 2013 00:38:23 +0000 (UTC) Docs. CLOUDSTACK-297. Documentation for reset SSH key feature. In using-sshkeys.xml, add new section "Resetting SSH Keys." Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/954343a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/954343a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/954343a1 Branch: refs/heads/master Commit: 954343a1fc1f3abc5c61d9970c108e1a3513e9fb Parents: bf4e217 Author: Jessica Tomechak Authored: Wed Jan 30 16:18:58 2013 -0800 Committer: Jessica Tomechak Committed: Wed Jan 30 16:37:52 2013 -0800 ---------------------------------------------------------------------- docs/en-US/using-sshkeys.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/954343a1/docs/en-US/using-sshkeys.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/using-sshkeys.xml b/docs/en-US/using-sshkeys.xml index 1e98eb6..cd10d68 100644 --- a/docs/en-US/using-sshkeys.xml +++ b/docs/en-US/using-sshkeys.xml @@ -102,4 +102,11 @@ KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3 ssh -i ~/.ssh/keypair-doc <ip address> The -i parameter tells the ssh client to use a ssh key found at ~/.ssh/keypair-doc. +
+ Resetting SSH Keys + With the API command resetSSHKeyForVirtualMachine, a user can set or reset the SSH keypair + assigned to a virtual machine. A lost or compromised SSH keypair + can be changed, and the user can access the VM by using the new keypair. Just create or register a + new keypair, then call resetSSHKeyForVirtualMachine. +