I am getting this error:
Permissions 0660 for '/dev/fd/63' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored.
when I run this:
ssh-add <(echo '<private key content>')
is there a way to change the permissions on the "file"?