From 53c00dce2b503a96d5fc862d16ff10d70e854329 Mon Sep 17 00:00:00 2001 From: Mardari Igor Date: Sat, 11 Apr 2020 13:11:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed23927..11db068 100644 --- a/README.md +++ b/README.md @@ -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` 2. `REMOTE_HOST` [required]