Tobias Heider

Results 44 comments of Tobias Heider

Thanks for your comments! > To keep it updated, IMO the best model would be to follow what we do for contrib/ssh-copy-id.* - we pull these from a separate git...

The newest version removes some more duplicate code and adds support for the missing options/certs by using `check_authkeys_file()` from auth2-pubkey.c directly. I am a little uncertain about the `struct ssh...

Thank you! Rebased on the latest refactoring changes and dropped the now redundant `struct ssh` and `ServerOptions`. I also added one more refactoring commit to move the `auth_open*file()` functions to...

Here is a little before and after from my last round of tests. With md5 and hex encoding: ``` pam_ssh_agent_auth: Found matching RSA key: c9:20:ff:09:15:7b:a2:e6:59:e3:a7:4a:60:0c:4f:61:1a:60:07:c9:d2:98:76:7f:71:4f:2f:d2:fc:00:c1:7d ``` vs sha256 in base64:...

It looks like the keyboard backlight is fixed in a gnome stable branch. We might be able to backport the fix to mantic. Meanwhile we do support release upgrades to...

Update: We can now build flavors with our regular image build process. I have successfully tested Xubuntu, Kubuntu and Ubuntu Cinnamon. The only one I didn't get to build was...

> I'd like to support Kubuntu heavily. > > Could we add a Flavors or Other Flavors folder during the install to reduce clutter? We would have to fork the...

Hi @termaulmaul, thanks for the report. I don't recognize the error message you posted. Could you give a little more context on what you were doing to trigger the bug...

Which means this is likely an APFS bug or hardware failure as the error message suggest and not actually a bug in the Asahi installer. Can you manually resize your...

try adding https://launchpad.net/~tobhe/+archive/ubuntu/asahi via `sudo add-apt-repository ppa:tobhe/asahi && sudo apt update && sudo apt upgrade` and see if that helps. Maybe distrobox also needs to be configured to actually use...