Skip to content

Commit b48ced3

Browse files
committed
Merge pull request #3506 from crigor/docs-troubleshooting-ssh
docs(troubleshooting_deis): use private key on ssh -i
2 parents fe799ae + 2172a68 commit b48ced3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/troubleshooting_deis/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Connect to the public IP address of one of your nodes (or use "convenience" DNS
2626

2727
.. code-block:: console
2828
29-
$ ssh core@deis-1.example.com -i ~/.ssh/deis.pub
29+
$ ssh core@deis-1.example.com -i ~/.ssh/deis
3030
3131
3232
Troubleshooting etcd

0 commit comments

Comments
 (0)