Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3506 from crigor/docs-troubleshooting-ssh
Browse files Browse the repository at this point in the history
docs(troubleshooting_deis): use private key on ssh -i
  • Loading branch information
carmstrong committed Apr 16, 2015
2 parents fe799ae + 2172a68 commit b48ced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting_deis/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Connect to the public IP address of one of your nodes (or use "convenience" DNS

.. code-block:: console
$ ssh core@deis-1.example.com -i ~/.ssh/deis.pub
$ ssh core@deis-1.example.com -i ~/.ssh/deis
Troubleshooting etcd
Expand Down

0 comments on commit b48ced3

Please sign in to comment.