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"?
ls -l <(echo test)
andls -lL <(echo test)
? – A.B Jun 03 '20 at 10:14