question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support ECDSA SSH keys in Lagoon

See original GitHub issue

The YubiKey 5 Series supports the following algorithms on the PIV smart card application.

RSA 1024 RSA 2048 ECC P-256 ECC P-384

https://support.yubico.com/support/solutions/articles/15000014219-yubikey-5-series-technical-manual

I’d like to use my Yubikey to interact with Lagoon via SSH, but only RSA and Ed25519 keys are supported by Lagoon. For various reasons RSA 2048-bit keys aren’t great so it would be nice to add support for at least ecdsa-sha2-nistp256, and possibly ecdsa-sha2-nistp384.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tobybellwoodcommented, Apr 28, 2022

ECDSA key support is now in Lagoon

0reactions
smlxcommented, Feb 24, 2022

Even the non sk versions will make it easier to use Yubikeys.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project Default Users and SSH Keys
When a Lagoon project is created, by default an associated SSH "project key" is generated and the private key made available inside the...
Read more >
Panic if SSH key not found · Issue #43 · uselagoon/lagoon-cli
SSH supports multiple key formats. According to man ssh : The default is ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and ~/.ssh/id_rsa ...
Read more >
AWS Transfer Family now supports ED25519 and ECDSA ...
AWS Transfer Family supports ED22519 and ECDSA keys in all AWS Regions where it is available. You can configure a user's SSH public...
Read more >
Refresh SSH Keys and Configure Key Options for ...
Change the default host key type if you prefer a longer RSA key length or if you prefer ECDSA rather than RSA. This...
Read more >
[Feature Request] - Support for ECDSA SSH keys
Note: For the cloud key (any version), ecdsa works just fine using standard ssh-copy-id . This problem affects Unifi devices managed by the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found