We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3884c85 commit 35ccd2cCopy full SHA for 35ccd2c
README.md
@@ -28,6 +28,8 @@ The keys should be generated using the PEM format. You can use this command
28
```
29
ssh-keygen -m PEM -t rsa -b 4096
30
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.
33
34
##### 2. `REMOTE_HOST` [required]
35
0 commit comments