Ran across this.great post.
When you are trying to get access to a machine, it's a much better idea to generate a public/private key specifically for this machine.
ssh-keygen is the command.I usually run:
ssh-keygen -t ed25519 -a 100
and store the key in the directory where I'm...See more