I have a problem with the generation of a ssh-ed25519 key on my macOS vectura 13, I tried a lot of solutions on internet
ssh-keygen -t ed25519 -comment
and the modification of the ssh-config file
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
KexAlgorithms +diffie-hellman-group1-sha1
my code is still stuck on this exception of the class PrivateKeyFile.cs line 324
Because he finds that his type is a ssh-rsa
Has anyone had this problem before?