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

Ipv6 changes broke ssh #192

Closed
mtbottle opened this issue Oct 30, 2015 · 1 comment
Closed

Ipv6 changes broke ssh #192

mtbottle opened this issue Oct 30, 2015 · 1 comment
Labels

Comments

@mtbottle
Copy link
Contributor

It looks like the new changes to add ipv6 broke functionality to get ip's from fuzzy matching.

The error I get is:

tugboat ssh platform
Droplet fuzzy name provided. Finding droplet ID...Multiple droplets found.

1) ui-platform (123456)
2) ui-platform-staging (123457)

Please choose a droplet: ["0", "1"] 1
Executing SSH ui-platform-staging...
ssh: Could not resolve hostname : Name or service not known

I made a hacky change (mtbottle@0caa7f3) to fix it for my usecase. However it does not deal with someone wanting to ssh onto a machine with ipv6.

@petems
Copy link
Owner

petems commented Nov 2, 2015

@mtbottle That's not that hacky IMO, I'm going to PR that to fix the bug.

I'll need to add a new flag to allow the choice to SSH to the IP6 address.

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

No branches or pull requests

2 participants