Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shepner authored Jul 24, 2020
1 parent 10403f8 commit dde33e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ssh-copy-id -i ~/.ssh/docker_rsa docker@$DHOST

scp ~/.ssh/docker_rsa.pub docker@$DHOST:.ssh/
scp ~/.ssh/docker_rsa docker@$DHOST:.ssh/
ssh docker@$DHOST "chmod 600 .ssh/docker_rsa
ssh docker@$DHOST "chmod 600 .ssh/docker_rsa"
scp ~/.ssh/config docker@$DHOST:.ssh/
```
This might also be a good point to update `~/.ssh/config` so specifying the user ID and identity file is not needed
Expand Down

0 comments on commit dde33e0

Please sign in to comment.