Skip to content

Commit 35ccd2c

Browse files
committed
easingthemes#70 - There is no Password option for Rsync SSH. Documentation is updated
1 parent 3884c85 commit 35ccd2c

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)