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.