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 [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. Commits e83403e prepare release 1.4.0 e2c0cc6 migrate to Jakarta EE 0088e60 bump version to 1.4.0-SNAPSHOT on master b73153c indentation changes 5175596 bump to SLF4J...

dependencies
java

Bumps net.researchgate.release from 3.0.0 to 3.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.researchgate.release&package-manager=gradle&previous-version=3.0.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps com.diffplug.spotless from 6.9.1 to 6.10.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless&package-manager=gradle&previous-version=6.9.1&new-version=6.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

When using dynamic port forwader in mobile internet, the speed is no more than 3Mb/s. Why is this happend? is this because my project is using kotlin? I'm sure this...

Scenario: - Create a Connection and connect it to a linux machine. - Authenticate user/connection. - Drop the network connection (ex: disable network card on linux machine) - Try to...

bug
priority:medium

Hi! First of all, thanks! This is one of my best favourite/used app ;) It's awesome and I really thank you for your great work! I was updating my SSHd...

enhancement

Hi, I compared to https://github.com/jenkinsci/trilead-ssh2 on gitub that we are using. I see you have support for Elliptic Curve (EC) KeyExchange algoritm. Any plans to merge this in the the...

As reported in https://github.com/connectbot/connectbot/issues/748 there may be some interoperability problems with Tiny SSH Server. Add integration tests to make sure it works.

enhancement

if you have a predefined port number, you can create a local port forwarder like this: ```java LocalPortForwarder forwarder = connection.createLocalPortForwarder(localPort, hostname, port); ``` the problem is that the port...

Like this ``` ~ $ ssh user@host # # This is Banner # user@host's password: ```

enhancement
question
priority:medium