From 0bc025bff8f4e66aef1997acfbd3db7167bb2cbd Mon Sep 17 00:00:00 2001 From: Mark McNally Date: Wed, 30 Jun 2021 16:23:02 +0100 Subject: Added styling for a "callout" style aside and added a callout about ssh key file permissions --- sshkeys.html | 17 +++++++++++++++++ style.css | 8 ++++++++ 2 files changed, 25 insertions(+) diff --git a/sshkeys.html b/sshkeys.html index 14db22c..91ba1b7 100644 --- a/sshkeys.html +++ b/sshkeys.html @@ -76,6 +76,7 @@

+

To test if this has worked, now try logging in normally to your server with ssh:

@@ -85,6 +86,22 @@

It should now let your log in without a password prompt!

+

Disabling Password Logins for Security

diff --git a/style.css b/style.css index 4414804..22ba1bd 100644 --- a/style.css +++ b/style.css @@ -126,11 +126,19 @@ aside code { color: green ; } +/* .callout here is refencing any aside given the class name callout + * An example being: