Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#76701 - [makepkg] timeout with ssh keys of type sk-ssh-ed25519@openssh.com
Attached to Project:
Pacman
Opened by Alexander Kjäll (capitol) - Tuesday, 29 November 2022, 20:36 GMT
Opened by Alexander Kjäll (capitol) - Tuesday, 29 November 2022, 20:36 GMT
|
DetailsSummary and Info:
My ssh key is of the type sk-ssh-ed25519@openssh.com, that means that it requires touch verification on my yubikey as a MFA step, and I suspect that this causes problems with makepkg. When I try to run it for the aur package that I maintain, I only get a timeout against github.com, and the touch verification is never activated (no green blinking light) Example output: ``` [capitol@batia ripasso-git]$ LANG=C makepkg -f ==> Making package: ripasso-git 642.c8f0721-1 (Tue Nov 29 21:11:45 2022) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating ripasso git repo... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out ==> WARNING: Failure while updating ripasso git repo ``` Steps to Reproduce: 1) Configure a sk-ssh-ed25519@openssh.com key and register that as your only key on github 2) run `makepkg -f` on a project that have git://github.com/ as start of it's source |
This task depends upon