Security News > 2020 > November > How to view your SSH keys in Linux, macOS, and Windows

There are two easy ways to view your SSH public key in Linux.
The above command will print out your SSH key on your Linux machine, without prompting you for your key authentication password.
How to view your SSH public key on macOS. Viewing your keys on macOS can be done in similar fashion as Linux.
That's all there is to viewing your SSH public and private keys on Linux, macOS, and Windows.
If you do accidentally release that private key, you'll need to remove the public key from the authorized keys file from every server that uses the keypair, delete the public and private keys on the host, generate a new keypair, and send it to the servers you need to log in to with SSH key authentication.
News URL
Related news
- Seven Malicious Go Packages Found Deploying Malware on Linux and macOS Systems (source)
- Windows 10 KB5053606 update fixes broken SSH connections (source)
- Outlaw Group Uses SSH Brute-Force to Deploy Cryptojacking Malware on Linux Servers (source)
- Rogue npm Packages Mimic Telegram Bot API to Plant SSH Backdoors on Linux Systems (source)