-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ssh: no authentication methods #14807
Comments
only non-interactive keys are supported by the current implementation You would need to add a second software key, just for minikube ssh ... Possibly try |
Another approach is to log in to the remove server, and use the "none" driver. Then the cluster would not be (directly) available from the host/laptop, though. |
@afbjorklund: |
Can't actually see the output, so maybe needs to be run manually (or some LogLevel flags tweaked) Most likely is that
Either way, to support yubikey it probably also should support "notouch" - or it is likely to time out ? |
Note also that most of this is handled by libmachine, that isn't really seeing much development... https://github.com/docker/machine/blob/master/libmachine/ssh/client.go But I can't really see any private keys being passed to the command at all, in the logs you posted. So I guess it was expecting ssh-agent ? |
@jtagcat also, ~/.ssh/config isn't used here (as per directive
Only the flags passed by the library are in play... Usually, the Auth.Keys. |
aha, that's probably it. Anygay, I have the none driver working. Let me know if you need anything. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
Can't connect to ssh machine in any way.
Expected: I specify an ssh host (for example,
helium
) and it picks up ~/.ssh/configExpected alternatively: auth would work, maybe it rejects right away because it needs touch on yubikey.
Attach the log file
Without logs, it just hangs like this for minutes:
(have had it break and recreate VMs multiple times, especially on early interrupts, so was really hesitant to cancel it on non-VM)
Without native exits almost immediately:
log.txt
Operating System
Redhat/Fedora
Driver
SSH
The text was updated successfully, but these errors were encountered: