pschweitz / insidelog

[newer] Colorized real-time log viewer with remote tail over SSH support for Windows, Mac and Linux
Apache License 2.0
41 stars 5 forks source link

Support to ssh keys of type Ed25519 #5

Open bligny opened 3 years ago

bligny commented 3 years ago

Do you plan to add support for SSH elliptic keys (https://wiki.archlinux.org/index.php/SSH_keys#Ed25519) ? I see that your are using the JSCh library, which is publicly known to not support it (although numerous requests)...

...BUT fortunately there exists a fork of JSCH which as adds (among others) support for ssh-ed25519 ! https://github.com/mwiede/jsch

pschweitz commented 3 years ago

Hello,

Glad to see that this tool remains popular ! Unfortunately I no more have time to maintain it for the moment.

Feel free to submit a merge request if you believe it won't generate any regression.

Have a nice day, Philippe