Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1f8ff95

Browse files
committed
Merge pull request #48 from geerlingguy/patch-5
Make sure SSH key has 4096 bits
2 parents 8aba258 + d0384d5 commit 1f8ff95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/build/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Travis CI can be used to deploy a fully built site artifact (with the docroot) i
3838
1. A pull request is merged into the GitHub repository
3939
2. Travis builds the docroot
4040
3. Travis commits the docroot to a specific "build" branch and pushes to Acquia Cloud
41-
41+
4242
To set up this workflow, you must configure Acquia Cloud, GitHub, and Travis CI to work together. Step-by-step instructions are provided below.
4343

4444

4545
1. Generate an SSH key locally. E.g.,
4646

4747
```
4848
cd ~/.ssh
49-
ssh-keygen -t rsa
49+
ssh-keygen -t rsa -b 4096
5050
```
5151
5252
Do not use a passphrase!

0 commit comments

Comments
 (0)