🌱 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

Made by Brandon . If you find this project useful you can donate.