🌱 pem key setup
Adding Pem key
Create a file with the following in it:
place the .pem and that file in the ~/.ssh dir
Host ##.##.###.###
IdentityFile ~/.ssh/NAME.pem
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
IdentitiesOnly yes
ForwardAgent no
ssh-add
THAT FILE