Kenny Root
Kenny Root
As long as you adhere to the license terms, I don't see any problem either way. I think I wrote and contributed EC support for all the Java-based SSH libraries...
Tiny SSH only accepts `[email protected]` as the cipher which this library doesn't currently support.
This requires a restructuring of how the [cipher part of this libary](https://github.com/connectbot/sshlib/tree/main/src/main/java/com/trilead/ssh2/crypto/cipher) works. Currently it separates the cipher away from the MAC.
It looks like that's not implemented, but it's currently [set in `AuthenticationManager`](https://github.com/connectbot/sshlib/blob/6fb1a60b2967eb14590baef7a737e8077c10c4ee/src/main/java/com/trilead/ssh2/auth/AuthenticationManager.java#L57).
I don't use this part of code with ConnectBot so it's been neglected. There are also no tests for SCP. If anyone would like to add tests and fix this...
Have you tried the release on this GitHub page?
sshlib currently isn't using Cipher, so I have to rewrite the whole thing to use that while at the same time not losing the format that SSH2 protocol dictates. It's...
What version of Android are you using? What version of ConnectBot?
Interesting. This can happen if the OEM did something incorrectly with their hardware specification in the Android framework. Usually they rotate the LCD panel upside-down to have the backlight or...
This is a bug in the keyboard as far as I can tell. Most of the complaints have been with Samsung's keyboard. If I set the type to something different,...