sshj
sshj copied to clipboard
ssh, scp and sftp for java
I did not find any helpful examples in the examples, how to set password login, how to set up key file for login verification, I really don’t understand what this...
I'm hitting out-of-memory conditions when doing remote port forwarding and the consumer at the end of the tunnel is at times slower than the stream of data coming via ssh....
For more security, can you change old spongycastle (based on old bouncycastle) to bouncycastle? - https://www.bouncycastle.org/ - https://www.bouncycastle.org/releasenotes.html - http://www.bouncycastle.org/latest_releases.html - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=bouncy%20castle - https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=bouncycastle - https://www.cvedetails.com/vulnerability-list/vendor_id-7637/Bouncycastle.html Currently Bouncy Castle last...
Im trying to connect to the host using finger print authentication. My connection is successfull however my logs is having the error message being printed like net.schmizz.sshj.transport.TransportException: [HOST_KEY_NOT_VERIFIABLE] Could not...
Hi i want to connect via SFTP to a host that using another port than 22 how can i achieve this ?
Hi, While transfering files through SFTP, we obtain this message from server : "This server does not support operations to modify file attributes." The "put" command seems to work (we...
I want to download file `/foo/bar` to `C:\temp\bazz`. Unfortunately, final var transfer = client.newSCPFileTransfer(); transfer.download("/foo/bar", new FileSystemFile("C:/temp/bazz")); does not work, because it wants to create a file `C:\temp\bazz\bar`.
How to receive the information of script printing in real time, Command doesn't seem to work
Hi When working according to your comments on issue #611 , I was opening a large number of ssh clients using the following code: ``` // Static members private static...
(note: I found this issue while trying to circumvent issue #612 ) I've been using the library for quite some time (version 0.27.0) for opening connections to network devices and...