Skip to content

Commit

Permalink
mention root fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Dec 21, 2015
1 parent 30e46ea commit 67a1011
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions user-guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ If you get a "Permission denied (publickey)" error, check that your local SSH ke
$ ssh-add -l
# this should list your private key(s) (e.g. id_rsa)
You might also try to login to the final EC2 instance using the "root" user as Taupage falls back to "root" in case of disk full:
.. code-block:: bash
$ ssh -A jdoe@odd-..
$ ssh root@172.31..
How to read Docker logs on EC2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 67a1011

Please sign in to comment.