'ZDNET Recommends': What exactly does it mean?
ZDNET's recommendations are based on many hours of testing, research, and comparison shopping. We gather data from the best available sources, including vendor and retailer listings as well as other relevant and independent reviews sites. And we pore over customer reviews to find out what matters to real people who already own and use the products and services we’re assessing.
When you click through from our site to a retailer and buy a product or service, we may earn affiliate commissions. This helps support our work, but does not affect what we cover or how, and it does not affect the price you pay. Neither ZDNET nor the author are compensated for these independent reviews. Indeed, we follow strict guidelines that ensure our editorial content is never influenced by advertisers.
ZDNET's editorial team writes on behalf of you, our reader. Our goal is to deliver the most accurate information and the most knowledgeable advice possible in order to help you make smarter buying decisions on tech gear and a wide array of products and services. Our editors thoroughly review and fact-check every article to ensure that our content meets the highest standards. If we have made an error or published misleading information, we will correct or clarify the article. If you see inaccuracies in our content, please report the mistake via this form.
I deal with a lot of remote servers, most of which I access via Secure Shell (SSH). How I manage those connections depends on the operating system I use. If I'm on Linux, most often I simply default to the command line interface and make use of SSH's config file (where I can configure any number of connections for easy access).
Although I can do the same thing on MacOS, I'll often resort to a GUI app so I don't have to remember nicknames for servers or type out the SSH command every time.
Also: How to make SSH even easier to use with config files
One such app is Termius, which has been around for some time and is easily one of the best SSH connection managers on the market.
Termius can be used for free, but the feature set is limited. To get the full power of the application, you should consider purchasing a license to unlock features such as:
The pricing for Termius is:
You can check out what features are available for each version on the Termius pricing matrix. I recommend starting out with the free version and -- should you need more features -- look into one of the paid plans.
With that said, let's find out how to manage your SSH connections with this well-designed application.
On MacOS, open the App Store from either Launchpad or the Dock.
Installing Termius from the MacOS App Store.
Search for Termius. When the app appears in the App Store, click Get and then click Install.
Also: The basics of SSH usage
Click the Launchpad icon in the Dock and search for Termius. Click the Termius launcher to open the app.
From the main Termius window, type the IP address or hostname for the remote connection in the Add Your First Host block and click Create Host.
You can also import all of the hosts from your config file from this GUI.
In the resulting window, you'll need to at least add a username and a password. If your SSH connection uses a different port, make sure to add it.
Configuring an SSH connection in Termius.
If your connection uses SSH key authentication, you'll have needed to copy the id_rsa.pub file from the server to the machine hosting Termius. To import that key, click Keys and then click Generate A New Key. In the resulting pane, click Import From Key File, locate the key file you created and click Save.
Configuring SSH key authentication for a Termius connection.
You should now see your remote host added to Termius. Double-click that listing and, when prompted, type the password for either the user or SSH key. Upon successful authentication, you'll be given access to your remote server, where you can get to work.
Connecting to a remote server via Termius.
Add as many servers as you need to Termius, making sure to give them unique names, so you don't have to associate an IP address to a server.
And that's all there is to managing your SSH connections with ease on MacOS.