diff options
author | Renan Rodrigo <renanrodrigo@canonical.com> | 2021-09-17 10:06:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 08:06:49 -0500 |
commit | cb82a4508a4c56c3814fa633166d944762071bcf (patch) | |
tree | becfbd5cfe9b1b1cebf34ee4279e95e3c90cf093 /cloudinit | |
parent | 5ea2c669d6e8a9ab30f3107bee45cecc5fa1b081 (diff) | |
download | vyos-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-x | cloudinit/config/cc_ssh.py | 2 |
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 |