diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2018-05-30 16:23:14 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2018-05-30 16:23:14 -0700 |
commit | e21615aae4be1b3b57bc5e41ed3259571ea9952c (patch) | |
tree | 6a9ee5bafe5daba1582165a39b88bc05fd1f28e5 /RELEASE_NOTES.md | |
parent | adc252cce822004ff60219d0efdac2da96a0dcc9 (diff) | |
download | chef-e21615aae4be1b3b57bc5e41ed3259571ea9952c.tar.gz |
Mention the chmod, ssh-add rejects files with open perms.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 90ef499b88..dfa279c8b5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -65,6 +65,7 @@ To encrypt your existing user key, you can use OpenSSL: ``` ( openssl rsa -in user.pem -pubout && openssl rsa -in user.pem -aes256 ) > user_enc.pem +chmod 600 user_enc.pem ``` This will prompt you for a passphrase for to use to encrypt the key. You can then |