This article provides an easy, step-by-step guide on how to remove/delete SSH keys from a linux server.
Prerequisites
- Steps in this article apply to Linux and BSD servers
- You have one or more SSH Keys added on your server in OpenSSH format
- You have ssh access on the server
Four Steps to Remove SSH Keys
- SSH to your server
ssh <user>@<server ip> - Edit file ~/.ssh/authorized_keys using your favorite editor (e.g. vi, nano, pico)
vi ~/.ssh/authorized_keys - Remove the line that corresponds to your key
- Save the file and exit (command below applies to ‘vi’ editor)
Hit ‘Esc’ button, then type wq! and hit Enter
That’s it!
How To Assign SSH Key to your Linux VPS Server
Adding one or more SSH keys to your Linux VPS server can now be done easily, with the click of a button via myNetShop portal.
- Login to https://my.netshop-isp.com.cy
- Go to VPS management page
- Click “SSH Keys” from the actions toolbar
- Click “Add new SSH key” (or choose from existing)
- Click on “Use SSH key” to assign your key to the VPS server
You can also refer to the article How To Enable SSH on Debian 11 Server if you wish to do the entire setup manually.