Skip to content

Commit f900525

Browse files
committed
Merge pull request #4463 from jackfrancis/docs/ssh-add
(docs)aws: replace "ssh-agent add" with "ssh-add"
2 parents f7d55f6 + 49cad94 commit f900525

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)