Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Add documentation about replacing the whitelines in a private key #225

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cookbook/Deploying-your-Symfony-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ The generated private key can then be added to the `SSHAgentTask` in your Accomp
}
```

The whitelines in the generated private key should be replaced by ```\n```.

**Warning!** Don't add private keys to public repositories.
The next release of Accompli will feature a credentials store which will make this possible without exposing your keys and passwords.

Expand Down