terraform-aws-loadtest-distribuited icon indicating copy to clipboard operation
terraform-aws-loadtest-distribuited copied to clipboard

Set permissions on .pem file

Open sdarwin opened this issue 8 months ago • 0 comments

If you use an SSH private key to connect to a remote server, the permissions on the private key should be 600. If permissions are too broad, SSH will refuse to continue.

This terraform module writes a private ssh key to disk. It should set permissions so the key can be used immediately.

sdarwin avatar Nov 09 '23 22:11 sdarwin