sshj icon indicating copy to clipboard operation
sshj copied to clipboard

ssh, scp and sftp for java

Results 180 sshj issues
Sort by recently updated
recently updated
newest added

Hi, I am a new user for this library. Just want to understand the different between connectTimeout and timeout ? Also what is the keep alive interval for open connection...

I'm trying to implement an application that uses SSH to secure a simple json serial interface to a device. On this device the default shell has been replaced by an...

Consider this scenario. We are connecting to a server with an RSA host key, and we store this key in our known hosts thing. The server then adds another key,...

Hi, I use SSHJ to perform a remote backup of my PostgreSQL database. I need to pass the password as an environment variable named `PGPASSWORD`. I don't use the .htpasswd...

in jclouds, we'd like to make tools that can be completely contained in a single jar. Ex. http://skife.org/java/unix/2011/06/20/really_executable_jars.html While sshj uses BouncyCastle as a JCE provider, this is not possible...

improvement

I am following the below code to connect SFTP to put the file there.. How to capture ..SSHClient ssh = new SSHClient(); AND ssh.authPassword("username", "password"); commands exit codes? my requirement...

Hello, is there a way that i can show the transfer progress when downloading/uploading something using sftp or scp?

I am trying to upload a file to an sftp server and I suspect they are using old ciphers on their end which is resulting in the following exception: Any...

Hi, I'm trying to implement Transport using netty (http://netty.io/). I've encountered problem with visibility of some classes I'd like to reuse, namely: NegotiatedAlgorithms (now public final + package private ctor),...

Is there any method available for the following scenario? 1. Connect to SFTP Server through sshj implementation and upload some files. 2. Next time we need to upload one file....