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
Task Type Bug Report
Category General
Status Unconfirmed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 6.0.2
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 1
Private No

Details

Summary 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

Loading...