-
Notifications
You must be signed in to change notification settings - Fork 41
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
netcat does not support -U option #31
Comments
Related? #26 |
On debian 9. The default
On the contrary, when you install the replacement - |
As a workaround, I created a wrapper
But fixing the library could be a better way, but currently I was unable to build it cause of very old dependencies ... |
I've build a patches version. Simply add the gitlab repository to your + <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 <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> |
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 tell, it is the same application.
Could the application try both?
The text was updated successfully, but these errors were encountered: