Scale up as you grow โ whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

๐ generate SSH aliases for your Droplets based on their hostnames.
do-ssh-alias is a small bash script that generates SSH aliases for your Droplets based on their hostnames. For example, if you have a Droplet named shiny.example.com, this script will create aliases for ssh shiny and ssh shiny.example.com.
Letโs assume you have a Droplet named shiny-blog. Usually you would look up its IP address and then SSH into it like so:
ssh username@1.2.3.4
What if, instead, you could simply run the following command?
ssh shiny-blog
This is where do-ssh-alias comes in. It creates SSH aliases for all your Droplets at once so you can easily SSH in, without having to worry about what user or hostname to use.
It is especially useful if your Dropletsโ hostnames are FQDNs (e.g. shiny.example.com) that donโt point directly to the Dropletsโ IP addresses. One example is using Cloudflare in front of your website, so your domain name resolves to a Cloudflare server instead of your Droplet.
For installation and usage instructions, please see: Have a lot of Droplets? Use do-ssh-alias for easier SSH access
by: Kamal NasserMay 20, 2020Visit site
Have you created an Integration, API Wrapper, Service, or other Tool that helps developers build on DigitalOcean? Help users find it by listing it in Community Tools.