mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 11:00:42 -04:00
README.md: fix typo
This commit is contained in:
parent
7f1c0e0111
commit
ad838db71f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Pass configuration with `env` vars
|
|||
This should be the private key part of an ssh key pair.
|
||||
The public key part should be added to the `authorized_keys` file on the server that receives the deployment.
|
||||
|
||||
The keys should be generated using the PEM format. You can us this command
|
||||
The keys should be generated using the PEM format. You can use this command
|
||||
|
||||
```
|
||||
ssh-keygen -m PEM -t rsa -b 4096
|
||||
|
|
Loading…
Add table
Reference in a new issue