-
The regular expression used to validate SSH public key to use is too restrictive, it allows RSA keys only, and disallows ed25519 ones among others.
https://github.com/UpCloudLtd/upcloud-whmcs-modul…
-
### Describe the bug
I'm trying to setup my repository with direct "push"-access. I've added the public ssh-key from https://translate.mapcomplete.org/manage/ssh/ as `deploy key` in my github repos…
-
I have ed25519 pubkeys.
I would like to check there validity.
The RFC say how to do that by decoding/decompressing to an x,y point : https://tools.ietf.org/html/rfc8032#page-11
Do y plan to add t…
-
I have ran this code:
```
prikey, pubkey = Ed25519Cipher.generate_keys()
```
Generated this error:
```
File "C:\\Python\Python36\lib\site-packages\ed25519\keys.py", line 85, in __init__
v…
-
sshdo does not appear to support ed25519 keys -
## With ed25519 key loaded -
root@box1:~/sshdo# ./sshdo.py
Servers: test.txt
Command: uname -a
box2.boxen.net
Could not connect
box3.boxen.net
Cou…
-
Ed25519 is great, and we should support it anywhere we support secp256k1. But right now, there are several places that it's possible to use secp256k1 keys and not Ed25519:
- [x] The [`channel_autho…
-
## Overview
[TIP]: # ( DO NOT include screenshots of your actual database! )
[NOTE]: # ( Give a BRIEF summary about your problem )
Cannot add password-protected ed25519 key
## Steps to Repr…
-
We want to upgrade or SSH keys from RSA to ED25519 and this is not possible at the moment. When we try to update the Key or even to create a new profile and add a new Key, ED25519 ia not a valid one. …
-
While learning about [RaiBlocks](https://github.com/clemahieu/raiblocks), I'm trying to replicate some of its functionality using Haskell.
As it is explained in their [design document](https://gith…
-
While trying to decrypt a pass file in my repository, I encountered the following error:
> Encryption key algorithm is not supported. Supported algorithm: RSA.
Note: my GPG key is stored on a Yubikey…