We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Jcabi team! Are you going to support IPv6-addresses in SSHByPassword because now we can only use IPv4-addresses?
The text was updated successfully, but these errors were encountered:
@yegor256 please take a look at it and dispatch (see par.21)
Sorry, something went wrong.
@re1ax can you give an example of code you would like to see? I mean, how would you like to use SSHByPassword. We'll make it possible.
SSHByPassword
This fails right now (when ip is ipv6):
new Shell.Safe(new SSHByPassword(ip, 22, auth.username, auth.password));
The stack fails at org.apache.commons.lang3.Validate.matchesPattern(Validate.java:875) with a message of "Invalid IP address of the server".
org.apache.commons.lang3.Validate.matchesPattern(Validate.java:875)
There might be deeper issues, but it seems strange that it should fail at pattern validation.
No branches or pull requests
Hi, Jcabi team!
Are you going to support IPv6-addresses in SSHByPassword because now we can only use IPv4-addresses?
The text was updated successfully, but these errors were encountered: