Category Archives: ssh

VIM Cheat Sheet

This guide will teach you the basics of VIM and how to get going quickly, and offer you a VIM cheat sheet and other useful resources on where you can learn more. While VIM can appear hard, it is a really powerful text editor and worth the effort as will save you time in editing large amounts of… Read More »

create ssh key

In Linux and most other Linux distributions you can use ssh key pairs to easily remote into other systems and run scripts remotely. This is extremely useful when managing multiple Linux hosts and if you wish to gather reports from one central source. What are SSH Key Pairs? SSH key pairs are two cryptographically secure keys that can be… Read More »