Open oz123 opened 4 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
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.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
What Happened?
If one does not specify the location of the key, you can definitely see it is looking for an RSA key, as also in this line:
https://github.com/kubernetes/minikube/blob/fb579548a8860f66b9a8cc4a28666d6c259de38c/pkg/minikube/sshutil/sshutil.go#L45
This is easily solvable with the command line flag
--ssh-key=/home/oznt/.ssh/id_ed25519
. However, this now fails due to the password protection of the key.I also tried using
--native-ssh=true
with SSH agent running with the key added. This failed to.These are actually 2 separate issues, which are easy to fix.
The first fix, will also look for
ed25519
key in the.ssh
directory, if it does not find an RSA key. The second fix, also prompt the user for an unlocking password for the key (RSA or ed255519).Attach the log file
Looking for an RSA key:
Password protection:
Operating System
Ubuntu
Driver
SSH