subhra74 / snowflake

Graphical SFTP client and terminal emulator with helpful utilities
GNU General Public License v3.0
2.15k stars 231 forks source link

id_ed25519 Support #176

Open cagkanm opened 3 years ago

cagkanm commented 3 years ago

Describe the bug Created an SSH key using id_ed25519 on Ubuntu Server. I am able to convert this to .ppk format on PuttyGen since version 0.74 and connect to my server. However, the same key file does not work with snowflake. I assume it's a compatibility issue?

s-kocher commented 3 years ago

@cagkanm : similar issue : https://github.com/subhra74/snowflake/issues/16

stimad commented 3 years ago

Did you try to extract public key from .ppk in PuttyGen and try with public key only? I use snowflake for a while in that way.

devlinx9 commented 2 years ago

I've made a fork of this project to working on, while @subhra74 can respond, the url is https://github.com/devlinx9/muon-ssh, The issue is resolved there

stimad commented 2 years ago

I've made a fork of this project to working on, while @subhra74 can respond, the url is https://github.com/devlinx9/muon-ssh, The issue is resolved there

I am interested in contribution. I have already made some changes locally in order to fullfil my requirements. It will be nice to continue maintenance of this project because it has great potential. I hope that more people will join.

stimad commented 2 years ago

I've made a fork of this project to working on, while @subhra74 can respond, the url is https://github.com/devlinx9/muon-ssh, The issue is resolved there

By the way I still cannot access by using .ppk. :(

devlinx9 commented 2 years ago

Ok, I'm going to review this.

stimad commented 2 years ago

It is my mistake. Connection fails in case of connecting on server that requires two auth methods ("publickey,password"). I think that this is not yet supported in current code.