Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudinit/config/cc_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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
Expand Down
4 changes: 2 additions & 2 deletions doc/rtd/topics/bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ To aid in debugging, please collect the necessary logs. To do so, run the

.. code-block:: shell-session

$ cloud-init collect-logs
$ sudo cloud-init collect-logs
Wrote /home/ubuntu/cloud-init.tar.gz

If your version of cloud-init does not have the `collect-logs` subcommand,
then please manually collect the base log files by doing the following:

.. code-block:: shell-session

$ dmesg > dmesg.txt
$ sudo dmesg > dmesg.txt
$ sudo journalctl -o short-precise > journal.txt
$ sudo tar -cvf cloud-init.tar dmesg.txt journal.txt /run/cloud-init \
/var/log/cloud-init.log /var/log/cloud-init-output.log
Expand Down