summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorRenan Rodrigo <renanrodrigo@canonical.com>2021-09-17 10:06:49 -0300
committerGitHub <noreply@github.com>2021-09-17 08:06:49 -0500
commitcb82a4508a4c56c3814fa633166d944762071bcf (patch)
treebecfbd5cfe9b1b1cebf34ee4279e95e3c90cf093 /cloudinit
parent5ea2c669d6e8a9ab30f3107bee45cecc5fa1b081 (diff)
downloadvyos-cloud-init-cb82a4508a4c56c3814fa633166d944762071bcf.tar.gz
vyos-cloud-init-cb82a4508a4c56c3814fa633166d944762071bcf.zip
docs: fix typo and include sudo for report bugs commands (#1022)
Remove a duplicate "a" in the docs, and change the bug reporting documentation to tell users to run the commands with sudo. LP: #1940236
Diffstat (limited to 'cloudinit')
-rwxr-xr-xcloudinit/config/cc_ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_ssh.py b/cloudinit/config/cc_ssh.py
index 05a16dbc..43f64290 100755
--- a/cloudinit/config/cc_ssh.py
+++ b/cloudinit/config/cc_ssh.py
@@ -17,7 +17,7 @@ keys.
Authorized Keys
^^^^^^^^^^^^^^^
-Authorized keys are a list of public SSH keys that are allowed to connect to a
+Authorized keys are a list of public SSH keys that are allowed to connect to
a user account on a system. They are stored in `.ssh/authorized_keys` in that
account's home directory. Authorized keys for the default user defined in
``users`` can be specified using ``ssh_authorized_keys``. Keys