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: -

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

diff --git a/style.css b/style.css index 22ba1bd..b351dc4 100644 --- a/style.css +++ b/style.css @@ -132,13 +132,11 @@ aside.callout { border: solid 1px orange; } - .cnp { width: 100% ; } - /* This "@media" block defines rules that will only be applied when the minimum * width of the screen is 55em or greater. In essence, they are settings that * only apply on normal weide screens, but *not* phones and low res monitors. -- cgit v1.2.3