On Sun, Oct 27, 2024 at 11:18:31PM +0100, Mark Kettenis wrote:
> > Date: Tue, 22 Oct 2024 12:15:18 +0200
> > From: Tobias Heider
> >
> > On Mon, Oct 21, 2024 at 10:10:44PM GMT, Mark Kettenis wrote:
> > > > Date: Mon, 21 Oct 2024 20:40:38 +0200
> > > > From: Tobias Heider
> > > >
> > > > On Mon,
I want to provide a quick update.
It took some time, but renaming the certificates actually worked. I don't
know why it didn't work immediately, despite several "# rcctl restart
relayd" commands, but after some time it just started working.
I no longer receive SSL certificate errors when running
On 2024-10-27 05:55:37, Lucas Gabriel Vuotto wrote:
> On Sun, Oct 27, 2024 at 12:34:06PM +0800, Sadeep Madurange wrote:
> > I had configured httpd with SSL using the guide at
> > https://www.openbsdhandbook.com/services/webserver/ssl/. It was
> > working fine for many months now. So, I'm not sure i
probably this refers to pintables from
https://ftp.openbsd.org/pub/OpenBSD/patches/7.5/common/010_elf.patch.sig
diff --git a/76.html b/76.html
index 342348c..9ade133 100644
--- a/76.html
+++ b/76.html
@@ -163,7 +163,7 @@ at some point in time, reaching OpenBSD of Theseus.
Made exit1() wait for
> On Sat, 26 Oct 2024, at 20:01, Sadeep Madurange wrote:
> > What's the name of the OpenBSD tty font?
Spleen:
https://github.com/fcambus/spleen
Hello misc@
I'm trying to ssh into a hp iLo gen8.
It has an ancient and currently un-upgradeable sshd.
The error I'm seeing is:
"no matching host key type found. Their offer: ssh-rsa,ssh-dss"
I've tried adding
#
# old-ilo
Host [redacted_ip]
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes1
Am 28.10.2024 04:36 schrieb void:
# old-ilo
Host [redacted_ip]
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
MACs hmac-md5,hmac-sha1,umac...@openssh.com
HostKeyAlgorithms ssh-rsa,ssh-dss
KexAlgorithms diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
VerifyHostKeyDNS n
On Mon, Oct 28, 2024 at 03:46:20AM +, Philipp Buehler wrote:
Try adding:
PubkeyAcceptedKeyTypes +ssh-rsa
that worked!!! TYVM :D
ssh didn't like this in .ssh/config :
###
HostKeyAlgorithms ssh-rsa,ssh-dss
###
or:
###
HostKeyAlgorithms +ssh-rsa,+ssh-dss
###
but the following, plus your
Am 28.10.2024 05:35 schrieb void:
HostKeyAlgorithms +ssh-rsa,+ssh-dss
That's not how the config parser works - i think.
Anyway, I was juggling this for a while to access hp
switches from the same era (hp2940s) and the minimum
settings to make that to work is only this:
PubkeyAcceptedKeyTypes +
I like Berkeley Mono. Been using it for terminals for some years now. Not free
but worth every cent.
John
On Sat, 26 Oct 2024, at 20:01, Sadeep Madurange wrote:
> Hello,
>
> I'm looking for a font that looks like one from those old computers (VGA
> 437?), preferrably from the base install. Any
Hi misc,
I'm encountering an issue with a Quectel EM120R-GL LTE module with dual SIM
slots on OpenBSD. The system (ifconfig umb0) consistently displays the
error "SIM not inserted, PIN required," despite attempts to set the APN,
reboot, and bring the interface up. I’m 100% certain that the PIN is
> Date: Tue, 22 Oct 2024 12:15:18 +0200
> From: Tobias Heider
>
> On Mon, Oct 21, 2024 at 10:10:44PM GMT, Mark Kettenis wrote:
> > > Date: Mon, 21 Oct 2024 20:40:38 +0200
> > > From: Tobias Heider
> > >
> > > On Mon, Oct 21, 2024 at 08:33:53PM GMT, Mark Kettenis wrote:
> > > > > Date: Mon, 21 O
I have 7.6-current/#394 installed on a Lenovo ThinkPad L570 containing
two disks which I've configured based on ramblings I read in a few
different online posts.
sd0 - 500GB
sd1 - 2TB
sd0 is softraid0 encrypted and holds the entire base system, mounted on
sd2a through sd2l.
sd1 is also softraid0
On Sat, Oct 26, 2024 at 11:32 PM Anthony J. Bentley
wrote:
> relayd will pick up src.domain.io.crt, which is probably not a
> full chain certificate. It won't pick up src.domain.io.fullchain.pem,
> which is (probably) a full chain cert.
>
> As I can't see your acme-client.conf or your previous ht
Hi,
I have a Wacom CTL-472 that used to work with openbsd 7.3, but I can't
get it to work with 7.4.
Here follows the output of dmesg, xinput and wsconsctl. The tablet is
there.
After searching all morning, I humbly resign myself to asking for
help which I would greatly appreciate.
-- Robert
d
Hello,
I installed a Geda packages on OpenBSD 7.5.
When I start the pcd program, the program closes with the messages:
Casa4$ pcb
(pcb:50821): Gtk-CRITICAL **: 22:27:41.365: IA__gtk_window_resize:
assertion 'width > 0' failed
(pcb:50821): Gtk-CRITICAL **: 22:27:41.415: IA__gtk_window_resiz
On Sun, Oct 27, 2024 at 12:29:19PM +0100, Robert Alessi wrote:
> but I can't
> get it to work with 7.4.
Sorry, I meant 7.6. (Same with -current.)
-- R
On Sun, Oct 27, 2024 at 07:37:43PM +0300, Mikhail Pchelin wrote:
> probably this refers to pintables from
> https://ftp.openbsd.org/pub/OpenBSD/patches/7.5/common/010_elf.patch.sig
>
>
> diff --git a/76.html b/76.html
> index 342348c..9ade133 100644
> --- a/76.html
> +++ b/76.html
> @@ -163,7 +16
18 matches
Mail list logo