Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917014 - [guru repo] openssh security-keys are disabled for guru
Summary: [guru repo] openssh security-keys are disabled for guru
Status: UNCONFIRMED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-07 20:44 UTC by Kirill Chibisov
Modified: 2024-01-19 19:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Chibisov 2023-11-07 20:44:26 UTC
Using the git clone -b dev git@git.gentoo.org:repo/proj/guru.git fails due to permission denied because remote doesn't accept `sk` keys.

The flag `security-key` is disabled by default on openssh, so it could be disabled on instance hosting guru.



Reproducible: Always

Steps to Reproduce:
1. Try to access guru with FIDO based key (e.g. yubikey).
Actual Results:  
Permission denied when doing clone.

Expected Results:  
works for at least _touch required_ keys (default in openssh).