From 1ee6cc68824155e7488339d231967ab245c1518a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 28 Oct 2022 11:03:30 +0300 Subject: Update content for gemtext --- gemfeed/atom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 6923a04a..621a2ffb 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2022-10-28T10:56:49+03:00 + 2022-10-28T11:03:19+03:00 foo.zone feed To be in the .zone! @@ -10,12 +10,12 @@ Installing DTail on OpenBSD gemini://foo.zone/gemfeed/2022-10-30-installing-dtail-on-openbsd.gmi - 2022-10-30T09:52:44+02:00 + 2022-10-30T11:03:19+02:00 Paul C. Buetow comments@mx.buetow.org - This will be a quick blog post, as I am pretty busy with my personal life at the moment. I have relocated to a different country and am still busy arranging things. So bear with me :-). .....to read on please visit my site. + This will be a quick blog post, as I am busy with my personal life now. I have relocated to a different country and am still busy arranging things. So bear with me :-). .....to read on please visit my site.

Installing DTail on OpenBSD

@@ -181,7 +181,7 @@ file '/etc/dserver/dtail.json',

DTail relies on SSH for secure authentication and communication. However, the system user _dserver has no permission to read the SSH public keys from the user's home directories, so the DTail server also checks for available public keys in an alternative path /var/run/dserver/cache.

The following script, populating the DTail server key cache, can be run periodically via CRON:

-blowfish$ cat <<'END' | doas tee /usr/local/bin/dserver-update-key-cache.sh
+$ cat <<'END' | doas tee /usr/local/bin/dserver-update-key-cache.sh
 #!/bin/ksh
 
 CACHEDIR=/var/run/dserver/cache
-- 
cgit v1.2.3