summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-03-01 13:55:30 -0500
committerCole Robinson <crobinso@redhat.com>2022-03-01 14:29:46 -0500
commitc8afd1f51ed97d17095e6c135d2c588a65fe17e5 (patch)
treee4d3f1b994e3fe1c6e425338cc1b43d1043b3f2b /man
parent906604c9729b0852d9b12a4bcb1efc38e4fde1cc (diff)
downloadvirt-manager-c8afd1f51ed97d17095e6c135d2c588a65fe17e5.tar.gz
virt-install: Rename --cloud-init ssh-key -> root-ssh-key
Originally we thought it would be for the clouduser, but then we changed it, and now it's ambiguous. Rename it to make the usage clear, and add an alias to keep any users working Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 6008adf7..68da6334 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -894,9 +894,9 @@ Sub options are:
Specify a cloud-init user-data file to add directly to the iso. All other
user-data configuration options on the --cloud-init command line are ignored.
-``ssh-key=``
+``root-ssh-key=``
Specify a public key to inject into the guest, providing ssh access to the
- unprivileged account. Example: ssh-key=/home/user/.ssh/id_rsa.pub
+ root account. Example: root-ssh-key=/home/user/.ssh/id_rsa.pub
``network-config=``
Specify a cloud-init network-config file to add directly to the iso.