jsch-agent-proxy
jsch-agent-proxy copied to clipboard
Hello Team, Thank you for this great project. Just wanted to highlight a CVE found on different static analysis tools. **CVE-2016-5725** ``` Description Directory traversal vulnerability in JCraft JSch before...
The tag for the 0.0.9 release is missing from the GitHub repository.
Fixes #26 Fixes #31
OS: RHEL 7.3 I don't seem to have a 'netcat' application at all, however I do have a 'ncat' that does have a -U option. As far as I can...
In particular that `ssh-agent` is not supposed to work on Windows (I'm normally using `ssh-agent` from MinGW and defining `SSH_AUTH_SOCK` in my user environment)
Windows has its own official port of OpenSSH these days: https://github.com/PowerShell/Win32-OpenSSH https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview Jsch doesn't work with it, because there's no SSH_AUTH_SOCK and presumably it wouldn't work if there was. But...
I'm getting this error when trying to use this lib on a shared server with quite a lot of users: ``` java.lang.ArrayIndexOutOfBoundsException: 1024 at com.jcraft.jsch.agentproxy.Buffer.getByte(Buffer.java:142) at com.jcraft.jsch.agentproxy.Buffer.getShort(Buffer.java:138) at com.jcraft.jsch.agentproxy.Buffer.getInt(Buffer.java:123) at...
[KeeAgent](https://lechnology.com/software/keeagent/) plugin for [KeePass](https://keepass.info/) is able to create Cygwin/MSYS sockets on Windows. Usually the path is exported via `SSH_AUTH_SOCK` environment variable. Would be nice to have a support for these...
CentOS 7 does not have the original netcat package, instead it provides a droppin (almost?) 'nmap-ncat' package: https://nmap.org/ncat/ This exposes a 'nc' binary, which does have the -U command. Unfortunately,...
Since SSHj's group ID change, it is not possible to use jsch-agent-proxy-sshj with the latest SSHj versions (which we are looking to do in [jclouds](http://jclouds.apache.org)). PR https://github.com/ymnk/jsch-agent-proxy/pull/24 has already been...