Skip to content

Commit d91ea7e

Browse files
authored
Merge pull request easingthemes#144 from shoshins/70-no-private-key-password-option
easingthemes#70 - There is no Password option for Rsync SSH. Documentation is up…
2 parents 28d946e + 35ccd2c commit d91ea7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The keys should be generated using the PEM format. You can use this command
2828
```
2929
ssh-keygen -m PEM -t rsa -b 4096
3030
```
31+
**Please Note:** You should not set a Passphrase (keep it empty) for the private key you generated.
32+
Because rsync ssh (used for deploy) does not support private key password to be entered as a command line parameter.
3133

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

0 commit comments

Comments
 (0)