forked from crc-org/crc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh: Use ed25519 algorithm instead ECDSA
Key generated using ecdsa algorithm is causing issue for podman remote connection on podman desktop side because the library they consume doesn't have support for this algorithm. This PR is switching the ecdsa to ed25519 which is supported by the library consumed in podman desktop. [0] podman-desktop/podman-desktop#8351 [1] mscdex/ssh2#1375
- Loading branch information
1 parent
a14925b
commit a7ee0f5
Showing
2 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters