From e23436526e142f7c4674ec4f296e49248cc2a7f0 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 11 Apr 2020 16:33:22 +0200 Subject: [PATCH] [readme] update Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d54aa5c..bdb9f55 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ Pass configuration with `env` vars 1. `SSH_PRIVATE_KEY` [required] -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. +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 + +``` +ssh-keygen -m PEM -t rsa -b 4096 +``` 2. `REMOTE_HOST` [required]