Hint for Waldo

@Makarios said:

@Derezzed said:

@Makarios said:

@Derezzed said:

@Makarios said:
Im suck and not sure what is wrong. I got the m****** file and put it though sed to strip out everything bad, but then I try to ssh n****y@10.10.10.87 and I am getting “Permissions 0644 for ‘********.key’ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.”

Can anyone give me a hint as to where I have gone wrong?

That error tells you exactly what the issue is, just chmod to the right perms

I did try to chmod 777 it, but It comes up with the same resluts. Only difference is it says “Permissions 0777” instead of “Permissions 0644”

It’s telling you that the key file shouldn’t be accessible to others, 777 gives it more perms :confused:

yeah, i got it now. Its late and im idiot. i went the wrong way, thank you for your help

Haha, no worries.