chmod -R 700 .ssh/ (Nothing happened after doing this)
exit
chmod doesn't give you any output
if it succeeds, so don't worry about that. If you did
ls -l before chmod, then again after chmod, you'd notice the file permissions change, which is chmod's purpose.
For example, at the very end it has the nickname I gave the key "LightNode Keys". Should I omit that?
"LightNode Keys" has a space character in it, but you're not using double quotes around the nickname in the example public key string you gave. I'm not saying that's the overall problem, but it's likely
a problem. Avoid putting spaces in anything that's going to get parsed by a command line tool, a space is treated like an indication that a new parameter is after the space from the perspective of parsing commands.