Skip to content

Instantly share code, notes, and snippets.

View torsten-online's full-sized avatar
:bowtie:
available

Torsten Behrens torsten-online

:bowtie:
available
View GitHub Profile

DNS Issue K3S + Rancher with OpenSuSE MicroOS

If you run into the issue, that DNS Resolving is not possible with K3S, Rancher, OpenSuSE MicroOS and SELinux enabled:

Please make sure, that the following Settings at K3S SystemD Unit are enabled:

  • /etc/systemd/system/k3s.service
ExecStart=/usr/local/bin/k3s \
@torsten-online
torsten-online / yubikey_sshkey_sign_device_not_found.md
Last active September 17, 2025 09:19
Problem: error: process_sign_request2: sshkey_sign: device not found

Problem: error: process_sign_request2: sshkey_sign: device not found

You are using two yubikeys e.g. one OTP Key and a Yubikey BIO with FIDO and want to login over SSH?

This Problem "error: process_sign_request2: sshkey_sign: device not found" occurs by running ssh-askpass for prompting to "touch-required / Fingerprint".

Please plug out the other OTP Yubikey and then the Yubikey BIO with FIDO Auth is working fine for you!

Author