Skip to content

Commit

Permalink
Merge pull request #144 from shoshins/70-no-private-key-password-option
Browse files Browse the repository at this point in the history
 #70 - There is no Password option for Rsync SSH. Documentation is up…
  • Loading branch information
easingthemes authored Sep 24, 2023
2 parents 28d946e + 35ccd2c commit d91ea7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The keys should be generated using the PEM format. You can use this command
```
ssh-keygen -m PEM -t rsa -b 4096
```
**Please Note:** You should not set a Passphrase (keep it empty) for the private key you generated.
Because rsync ssh (used for deploy) does not support private key password to be entered as a command line parameter.

##### 2. `REMOTE_HOST` [required]

Expand Down

0 comments on commit d91ea7e

Please sign in to comment.