Posts tagged ssh
My ssh config file template
If you ssh into servers, you must set up a .ssh/config
file. It will allow you to type ssh myd
instead of ssh myuser@mydomain.com -i ~/.ssh/mykey.pem -p 1234
.
JJ Gangi
If you ssh into servers, you must set up a .ssh/config
file. It will allow you to type ssh myd
instead of ssh myuser@mydomain.com -i ~/.ssh/mykey.pem -p 1234
.