Anders Borum
Anders Borum
Support for calculating MAC (message authentication code) on encrypted data instead of plain text data. This adds support for the following MACs: [email protected] [email protected] [email protected] Some hardened SSH servers only...
I think it would be useful to be able to run commands in OpenTerm from other apps through [x-callback-url](http://x-callback-url.com), which is sort of the reverse of issue #26. Imagine something...
I think a quick improvement to the app icon would be to change the text color of "~|" to the default foreground color 00DC00 of the terminal.
To support ssh public key authentication with [[email protected]](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f) keys in my [SSH client](https://secureshellfish.app) there needs to be a way to perform U2F signing on raw data instead of JSON. I...
I'm having an issue while editing an insiqht. Insight ID: 0DF457B4-7288-446C-9272-D533BAFF1587 Please describe the issue Earlier today my funnels started acting weird and it looks like only the first step...
If server had banner exceeding 256 bytes there wasn't enough room in `_LIBSSH2_SESSION.banner_TxRx_banner`. Only the first 256 bytes would be read making the first packet read fail but also dooming...
**Describe the bug** `libssh2_session_handshake()` returns -1 when server has banner message that exceeds the 256 characters allowed by `_LIBSSH2_SESSION.banner_TxRx_banner` as key exchange fails because the full banner hasn't been read....