-
Notifications
You must be signed in to change notification settings - Fork 90
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
test remote host via ipv6 address #110
Comments
Thanks for the finding @atomic111 |
Hi, I tried:
... and understood Ruby's builtin URI doesn't behave as desired...
People on the internet suggested, to do the parsing with the Addressable Gem (https://github.com/sporkmonger/addressable) instead, which obviously solves both issues at once:
PR welcome or do you have negative complains/feelings regarding Addressable Gem? |
Thanks for the suggestion, @mgrobelin ! A PR is certainly welcome. |
"Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4), additionally providing support for IRIs and URI templates.", see https://github.com/sporkmonger/addressable Fixes inspec#110 Signed-off-by: Markus Grobelin <grobi@koppzu.de>
I want to test a remote host via ipv6 address and i got the following output:
if i add a host entry in the ssh config like this:
and the use the following command then it works:
please keep in mind the compressed ipv6 address notation
The text was updated successfully, but these errors were encountered: