Skip to content

Commit 9652a46

Browse files
committed
faq: fix path to private ssh key
1 parent e4cd38f commit 9652a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ There are many ways:
206206
[worker1]
207207
host = worker1
208208
username = user
209-
ssh_key = /path/to/my_key_name.pub
209+
ssh_key = /path/to/my_key_name.private.key
210210

211211
Then run adding just the --distribute option::
212212

0 commit comments

Comments
 (0)