From 0a5a2d8798da5241487c6260d7e1d87d7e3953cd Mon Sep 17 00:00:00 2001 From: Roberto Oliveros Date: Tue, 12 Oct 2021 12:46:45 -0600 Subject: [PATCH] Improve key instructions --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9ed70c5..c968e8f 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,8 @@ Based on [http://stackoverflow.com/a/29677091/3303182](http://stackoverflow.com/ For this example I will assume that you named the key `deploy_key`. + **Note:** Make sure key doesn't have a passphrase since it is unattended. Better if you create a separate SSH key for just this operation, which would make it easy to revoke if compromised at a later date. + - Add the ssh key to your private repository account. * Github: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/