sshlib icon indicating copy to clipboard operation
sshlib copied to clipboard

ConnectBot's SSH library

Results 36 sshlib issues
Sort by recently updated
recently updated
newest added

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...

dependencies
java

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5.0.0 to 8.0.0. Release notes Sourced from paambaati/codeclimate-action's releases. v8.0.0 8.0.0 (2024-06-12) ⚠ BREAKING CHANGES declare new environment verification option in action.yml new environment verification flag new...

dependencies
github_actions

Added new signatures to the connect method of the Connection class to allow the caller to restrict the IP version of the connection to be established. The new signatures duplicate...

Some servers that I have to connect to don't have my key in authorized_keys. Instead they trust a CA that signs my keys and creates a certificate. In this case...

In response to https://github.com/connectbot/connectbot/issues/1544 we should create a benchmarking module to help improve insight into how fast this library is. The main target is the ciphers and key exchanges are...

enhancement
priority:medium

Suggestion to add support for (OpenSSH-standard) obfuscation. Proprietary BitVise supports this feature (Server & Client) but only under Windows. Adding it to the CB/SSHLib would make it available to other...

enhancement
priority:medium