mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Docs. CLOUDSTACK-297. Documentation for reset SSH key feature. In using-sshkeys.xml, add new section "Resetting SSH Keys."
This commit is contained in:
parent
bf4e217165
commit
954343a1fc
@ -102,4 +102,11 @@ KfEEuzcCUIxtJYTahJ1pvlFkQ8anpuxjSEDp8x/18bq3
|
||||
<programlisting>ssh -i ~/.ssh/keypair-doc <ip address></programlisting>
|
||||
<para>The -i parameter tells the ssh client to use a ssh key found at ~/.ssh/keypair-doc.</para>
|
||||
</section>
|
||||
<section id="reset-ssh">
|
||||
<title>Resetting SSH Keys</title>
|
||||
<para>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.</para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user