Skip to content

Commit

Permalink
#70 - There is no Password option for Rsync SSH. Documentation is up…
Browse files Browse the repository at this point in the history
…dated
  • Loading branch information
shoshins committed Apr 25, 2023
1 parent 3884c85 commit 35ccd2c
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 35ccd2c

Please sign in to comment.