From 19ea29842fb62206ebe4db058342c2090af79b4b Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Wed, 3 Aug 2022 12:58:51 -0500 Subject: [PATCH] fix multi level 1 headers issue Fixed introduction header to level 2 --- docs/guides/security/ssh_public_private_keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/security/ssh_public_private_keys.md b/docs/guides/security/ssh_public_private_keys.md index e87505acde..1d4355ec6a 100644 --- a/docs/guides/security/ssh_public_private_keys.md +++ b/docs/guides/security/ssh_public_private_keys.md @@ -18,7 +18,7 @@ tags: * Okay technically, this process should work on any Linux system with openssh installed * Optional: familiarity with Linux file and directory permissions -# Introduction +## Introduction SSH is a protocol used to access one machine from another, usually via the command line. With SSH, you can run commands on remote computers and servers, send files, and generally manage everything you do from one place.