Really looking forward to tinkering with this.

This is very impressive. I was only referencing SSH support for early Macs about a week ago. Do you support Elliptic Curve Cryptography too? It'd be even better if there was a primitive BBS style front end for 68KMLA, so that we'd be able to actually read and write posts using an ancient Mac!A small update on SSHeven: version 0.9.0 is now available. It has:
Hopefully I can get back into the groove and target some of the bigger feature asks soon.
- Very basic unicode support (turns all non-ASCII characters into a ◊). This means a rogue unicode character won't mess up all your text alignment anymore.
- Improved alt/option key handling
- Fix for crashes on PPC 601 machines
- Updated SSH and TLS libraries (speed and security improvements)
- Better behavior on server disconnects
As always, thanks to everyone who has reported bugs and tested fixes!
I believe, with the latest libssh2 version I'm using now, there is some support. I haven't confirmed in SSHeven, but the project claims:Do you support Elliptic Curve Cryptography too?
Key Exchange Methods: diffie-hellman-group-exchange-sha256, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1
Hostkey Types: ssh-ed25519, ssh-ed25519-cert-v01@openssh.com, ecdsa-sha2-nistp521, ecdsa-sha2-nistp384, ecdsa-sha2-nistp256, ssh-rsa, ssh-dss
Ciphers: aes256-gcm@openssh.com, aes128-gcm@openssh.com, aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, arcfour128
MAC hashes: hmac-sha2-512, hmac-sha2-512-etm@openssh.com, hmac-sha2-256, hmac-sha2-256-etm@openssh.com, hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160 (hmac-ripemd160@openssh.com)
Excellent!I believe, with the latest libssh2 version I'm using now, there is some support. I haven't confirmed in SSHeven, but the project claims: