Verdant TCS

Why isn’t my SSH Key working?

If your SSH key isn’t working, it’s usually because it’s not formatted correctly. The most common two things we see are: – The key is broken over several lines instead of being one long line. It’s missing ssh-rsa at the beginning. There should be a space between ssh-rsa and the key itself – example below. Another reason it may […]

Add/Remove an SSH Key to/from an Active vCanopy Server

Introduction If you wish to securely access your server by SSH or SFTP then you will need to add your Public SSH key to it. vCanopy makes it easy to add or remove your SSH Key to any Active Server.  TABLE OF CONTENTS Adding SSH Keys to Your vCanopy Account Mark your SSH Keys as […]

Easily Connect to Your Servers with Termius

An Intro to Termius Termius is a fantastic, free SSH client that you can use to easily manage all of your servers. You connect straight to a server the typical way (ssh root@ipaddress), or you can add them into Termius to remember and easily connect to each of them again in the future in just […]

Generate an SSH Key with Termius

Introduction Termius is a fantastic, free SSH client that you can use to easily manage all of your servers. You can also use it to generate an SSH key pair and this article will walk you through how to do this. ABOUT TERMIUS It works across Windows, macOS, Linux, iOS, and Android, and there’s a […]