Re: Remove obsolete key format line from example known_hosts in sshd(8)

2022-05-01 Thread Jason McIntyre
On Wed, Apr 27, 2022 at 03:09:12PM -0600, Megan Batty wrote: > I was working on an external parser for known_hosts files and found this > line in the sshd(8) man page that didn't match the format description > above and wasn't sure how to deal with it. After briefly discussing with > Bob Beck,

Re: Kernel driver API overview

2022-05-01 Thread Greg Steuck
"Johannes (krjdev) Krottmayer" writes: > Because I want add support for a new device (NETGEAR Nighthawk RAX200 > router) to OpenBSD I need more detailed information about the Kernel > API. Must create drivers for the corresponding devices. Want use > OpenBSD as secure router operating system for

Kernel driver API overview

2022-05-01 Thread Johannes (krjdev) Krottmayer
Hi, Because I want add support for a new device (NETGEAR Nighthawk RAX200 router) to OpenBSD I need more detailed information about the Kernel API. Must create drivers for the corresponding devices. Want use OpenBSD as secure router operating system for my CAT8 home network. :) In the past I

acme-client: check token names

2022-05-01 Thread Ali Farzanrad
Hi tech@, I know that acme-client is unveiled properly, but isn't it better to check token names? === RCS file: /cvs/src/usr.sbin/acme-client/chngproc.c,v retrieving revision 1.16 diff -u -p -r1.16 chngproc.c --- chngproc.c 12 Jul

Re: NETGEAR RAX200 support

2022-05-01 Thread Mark Kettenis
> Date: Sun, 1 May 2022 13:46:05 +0200 > From: "Johannes (krjdev) Krottmayer" > > Hi Mark! > > On 5/1/22 12:27, Mark Kettenis wrote: > >> Date: Sun, 1 May 2022 11:13:13 +0200 > >> From: "Johannes (krjdev) Krottmayer" > >> > >> Hi, > > > > Hi Johannes, > > > >> > >> Exists there an official

Re: pluart(4): fifo support

2022-05-01 Thread Visa Hankala
On Sat, Apr 30, 2022 at 09:40:24AM +0200, Anton Lindqvist wrote: > On Sun, Mar 13, 2022 at 04:17:07PM +0100, Mark Kettenis wrote: > > > Date: Fri, 11 Mar 2022 07:53:13 +0100 > > > From: Anton Lindqvist > > > > > > On Tue, Mar 08, 2022 at 01:44:47PM +, Visa Hankala wrote: > > > > On Tue, Mar

Re: ssh-keygen(1): resident fido2 keys

2022-05-01 Thread Jason McIntyre
On Sun, May 01, 2022 at 03:26:55PM +0200, Florian Obser wrote: > On 2022-05-01 14:43 +02, Christian Weisgerber wrote: > > Florian Obser: > > > >> Sounds reasonable, this adds the FIDO section and moves the -O bits in. > >> The wording is inspired by / copied from the 8.2 release notes and the >

Re: no gawking in makesyscalls

2022-05-01 Thread Todd C . Miller
On Sun, 01 May 2022 00:48:17 -0400, "Ted Unangst" wrote: > I don't think we need to concern ourselves with cross awk compatibility here. > > Despite the misleading comment, /usr/bin/awk supports toupper. This must have been to support very old versions of awk (pre-nawk) since toupper and tolower

Re: ssh-keygen(1): resident fido2 keys

2022-05-01 Thread Florian Obser
On 2022-05-01 14:43 +02, Christian Weisgerber wrote: > Florian Obser: > >> Sounds reasonable, this adds the FIDO section and moves the -O bits in. >> The wording is inspired by / copied from the 8.2 release notes and the >> CERTIFICATES section. > > I think that makes sense. > >

Re: ssh-keygen(1): resident fido2 keys

2022-05-01 Thread Christian Weisgerber
Florian Obser: > Sounds reasonable, this adds the FIDO section and moves the -O bits in. > The wording is inspired by / copied from the 8.2 release notes and the > CERTIFICATES section. I think that makes sense. s/token/authenticator/g We standardized on "FIDO authenticator" some time ago,

Re: NETGEAR RAX200 support

2022-05-01 Thread Johannes (krjdev) Krottmayer
On 5/1/22 13:55, Stuart Henderson wrote: > On 2022/05/01 13:46, Johannes (krjdev) Krottmayer wrote: >> Yes, the information should be correct. I have extracted the vendor >> firmware image with binwalk. I have investigated the root Device-Tree >> blob. There will be also a modified Linux

Re: NETGEAR RAX200 support

2022-05-01 Thread Stuart Henderson
On 2022/05/01 13:46, Johannes (krjdev) Krottmayer wrote: > Yes, the information should be correct. I have extracted the vendor > firmware image with binwalk. I have investigated the root Device-Tree > blob. There will be also a modified Linux distribution from OpenWrt > used. But these

Re: NETGEAR RAX200 support

2022-05-01 Thread Stuart Henderson
On 2022/05/01 12:27, Mark Kettenis wrote: > > Date: Sun, 1 May 2022 11:13:13 +0200 > > From: "Johannes (krjdev) Krottmayer" > > > > Hi, > > Hi Johannes, > > > > > Exists there an official support for this router? > > > > Here the official product page: > >

Re: NETGEAR RAX200 support

2022-05-01 Thread Johannes (krjdev) Krottmayer
Hi Mark! On 5/1/22 12:27, Mark Kettenis wrote: >> Date: Sun, 1 May 2022 11:13:13 +0200 >> From: "Johannes (krjdev) Krottmayer" >> >> Hi, > > Hi Johannes, > >> >> Exists there an official support for this router? >> >> Here the official product page: >>

Re: NETGEAR RAX200 support

2022-05-01 Thread Mark Kettenis
> Date: Sun, 1 May 2022 11:13:13 +0200 > From: "Johannes (krjdev) Krottmayer" > > Hi, Hi Johannes, > > Exists there an official support for this router? > > Here the official product page: > https://www.netgear.com/home/wifi/routers/rax200/ > > If there is no official support for the SoC

NETGEAR RAX200 support

2022-05-01 Thread Johannes (krjdev) Krottmayer
Hi, Exists there an official support for this router? Here the official product page: https://www.netgear.com/home/wifi/routers/rax200/ If there is no official support for the SoC and the devices, I will try to add support for it. I'm currently need only to get the Ethernet ports to work for my

Re: ssh-keygen(1): resident fido2 keys

2022-05-01 Thread Jason McIntyre
On Sat, Apr 30, 2022 at 03:39:14PM +0200, Florian Obser wrote: > On 2022-04-29 19:24 +01, Jason McIntyre wrote: > > what we probably want is a simple overview of these devices in > > DESCRIPTION. but that's not simple. the page is already a bruiser. i > > mean, it discusses what constitues a good