Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nc to work on some non BSD systems. #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bvulaj
Copy link

@bvulaj bvulaj commented Oct 9, 2017

Fixes #26
Fixes #31

@bvulaj
Copy link
Author

bvulaj commented Oct 9, 2017

@ymnk - It would be great if we could work to get this merged and release. Thanks!

@ktham
Copy link

ktham commented Nov 2, 2017

@bvulaj I think this library is no longer maintained, I don't see the author @ymnk having responded to outstanding issues or any commit activity in a long time

@ecoupal
Copy link

ecoupal commented Mar 14, 2018

Please merge this !

tristanlins added a commit to tristanlins/jsch-agent-proxy that referenced this pull request Mar 9, 2020
Some nc implementations print help to stdout, others to stderr.

ymnk#31
ymnk#32
@tristanlins
Copy link

I've build a patches version.
You can find on gitlab https://gitlab.com/tristanlins/jsch-agent-proxy/-/packages/109518

Simply add the gitlab repository to your pom.xml

+    <repositories>
+        <repository>
+            <id>gitlab-maven</id>
+            <url>https://gitlab.com/api/v4/projects/17382956/packages/maven</url>
+        </repository>
+    </repositories>

And change the usocket-nc dependency version to 0.0.9-p1

     <dependencies>
         <dependency>
             <groupId>com.jcraft</groupId>
             <artifactId>jsch.agentproxy.usocket-nc</artifactId>
-            <version>0.0.9</version>
+            <version>0.0.9-p1</version>
         </dependency>
     </dependencies>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

netcat does not support -U option CentOS 7 netcat droppin replacement 'nmap-ncat' does not work
4 participants