Handle lots of servers at one time
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub badmin@192.168.2.58sudo nano ~/.ssh/configHost master
HostName 192.168.2.58
User badmin
ssh badminHost autodeploy
HostName 13.127.143.152
User ubuntu
IdentityFile ~/Documents/pemfiles/development/development.pem
Host portal
HostName portal.in
User ubuntu
IdentityFile ~/Documents/pemfiles/portalapi/portal.pem
Host rnd
HostName 192.168.2.87
User uat
Host mobileapi
HostName 3.111.219.167
User ubuntu
IdentityFile ~/Documents/pemfiles/mobileapi/mobileapi.pem
Host product
HostName 3.109.136.192
User ubuntu
IdentityFile ~/Documents/pemfiles/product_server/product.pem
Last updated