Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Christian Weisgerber
"Daniele B.": > I went to my Mac (SSH -V: OpenSSH 6.9p1 LibreSSL 2.1.8) and launched > ssh-keygen produced for my my user a nice RSA key. I grabbed it and I > went on my > cloud server (SSH -V: OpenSSH 9.2p1 OpenSSL 3.0.9) and appended it in > my .ssh/authorized_keys. While RSA _keys_ are still

Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Daniele B.
Thanks, that was the solution.. -- Daniele Bonini Oct 8, 2023 20:05:11 Jan Stary : > Use an ed25519 key instead of the obsolete rsa key.

Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Jan Stary
Use an ed25519 key instead of the obsolete rsa key. Chances are the sshd server is refusing to work with the obsolete key. If you showed the actual ssh -v output, people would if that is the case. On Oct 08 19:44:36, my2...@has.im wrote: > Hello, > > While moving my stuff online I decided that

SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Daniele B.
Hello, While moving my stuff online I decided that it was the time to allow more machines to login to my server. Indeed I have my usual old Mac that merits a chance to login to my cloud server too.. ;) I went to my Mac (SSH -V: OpenSSH 6.9p1 LibreSSL 2.1.8) and launched ssh-keygen produced for

Use of fw_update to bootstrap OBSD

2023-10-08 Thread Thomas
Hello, I am installing OpenBSD on an old xps13 9380. The WiFi is not supported and so I am using a usb dongle for which I need the athn-firmware. I get it to work and now wanting to prep a USB disk with all necessary firmware. I'm following the FAQ#4 on the website (I suppose it works with

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-08 Thread Comète
$ ffmpeg -f v4l2 -list_formats all -i /dev/video1 ffmpeg version 4.4.3 Copyright (c) 2000-2022 the FFmpeg developers built with OpenBSD clang version 13.0.0 configuration: --enable-shared --arch=amd64 --cc=cc --enable-debug --disable-stripping --disable-indev=jack --disable-outdev=sdl2

Re: relayd ssl termination advice

2023-10-08 Thread Bruno Flueckiger
On 08.10.2023 03:00, Courtney wrote: Hello everyone, I'm seeking an ideal way to make secure https connections to a handful of web servers in my house. Currently I have a Nextcloud server and a gitea server, but only the Nextcloud server is being port forwarded on 80/443. I want to make my

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-08 Thread Bryan Steele
Morgan wrote: > Hello, > > $ video -q -f /dev/video1 > video: /dev/video1 has no usable YUV encodings > > $ video -s 1920x1080 -f /dev/video1 > video: /dev/video1 has no usable YUV encodings > > > thanks for your suggestion > > Morgan Are there any non-YUV formats supported? $ ffmpeg -f v4l2