sshj
sshj copied to clipboard
ssh, scp and sftp for java
Hi, When Linux system is FIPS enabled, while connecting using sshj client, getting NPE. When FIPS is disabled, we can successfully establish ssh connection. Please suggest. 2021-02-24 14:27:34,672 INFO [net.schmizz.sshj.transport.TransportImpl]...
It is possible to get all files from the remote directory with one command. Get seems to only support one file at a time.
Hi There, I'm using v0.31.0 and i ran into a problem when i try to download a directory from remote to local with this structure: "root/foo/foo/foo/" The client doesn't preserve...
I am trying to execute a simple "help" command on a hardware appliance with sshj. As it is common for such appliances only a restricted shell is available. The code...
Hi, I've been trying to have xterm.js work properly for a while and everything I tried seems to still result in a weird display bug when the terminal shell is...
TLDR; I have a failing unit test that I think points at a legitimate bug: [https://github.com/tsoiland/sshj/commit/4a7afbcc3ca14fc091a90f9faf74ce146c307328](https://github.com/tsoiland/sshj/commit/4a7afbcc3ca14fc091a90f9faf74ce146c307328) I originally had a problem running docker exec (http api) through sshj. From what...
Hi, We recently faced "java.lang.ArrayIndexOutOfBoundsException" Exception while downloading the file from SFTP server. This happens intermittently. Few observations: - Mainly it happens when the Thread which downloads the file is...
Hi I am trying to connect to a cisco router I am having connectivity issues with SSHj, whereas JSCH works without issues. Here is the detailed log ``` 10:04:40.285 [boundedElastic-1]...
help, like title。 thanks