Skip to content

Commit 49cad94

Browse files
committed
(docs)aws: replace "ssh-agent add" with "ssh-add"
Two reasons for this: - More likely than not, a modern OS will have a separate ssh-add utility installed (and some, e.g., Mac OS X, does not have an "add" option as a a part of the installed ssh-agent binary. - "ssh-add" is referenced in several other places in the docs, while "ssh-agent add" is only referenced in this one place. We should aim for consistency, and "ssh-add" seems to have momentum on its side.
1 parent 3838a0a commit 49cad94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installing_deis/aws.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ During installation, ``deisctl`` will make an SSH connection to the cluster.
5959
It will need to be able to use this key to connect.
6060

6161
Most users use SSH agent (``ssh-agent``). If this is the case, run
62-
``ssh-agent add ~/.ssh/deis`` to add the key. Otherwise, you may prefer to
62+
``ssh-add ~/.ssh/deis`` to add the key. Otherwise, you may prefer to
6363
modify ``~/.ssh/config`` to add the key to the IPs in AWS.
6464

6565
Choose Number of Instances

0 commit comments

Comments
 (0)