This is an old trick and there are tons of how-to’s over the internet. I’m posting this for my own reference but it might help some developers looking for this solution. Okay, so here’s the problem. I have a dedicated server hosted at DigitalOcean and all it gives you is the IP address and a …
Tag: ssh
Configuring your .ssh
When you are working with a lot of servers or terminal boxes, it would be very hard typing those long text with their parameters. Like for example, i connect with four(4) servers: let’s say that the servers’ IP addresses are 123.45.6.1, 123.45.6.2, 123.45.6.3, and 123.45.6.4. So everytime I connect with the first server, I would …