You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running minikube mount, minikube ssh no longer works. Minikube version: v1.35.0.
mounted a volume:
β― minikube mount ~/workspace/tmp/keycloak_certs:/home/docker
π Mounting host path /Users/angelo/workspace/tmp/keycloak_certs into VM as /home/docker ...
βͺ Mount type: 9p
βͺ User ID: docker
βͺ Group ID: docker
βͺ Version: 9p2000.L
βͺ Message Size: 262144
βͺ Options: map[]
βͺ Bind Address: 192.168.64.1:57479
π Userspace file server: ufs starting
β Successfully mounted /Users/angelo/workspace/tmp/keycloak_certs to /home/docker
π NOTE: This process must stay alive for the mount to be accessible ...
then ran minikube ssh:
β― minikube ssh
ssh: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
also, ran minikube status:
β― minikube status
E0201 20:10:19.375094 46711 status.go:417] failed to get storage capacity of /var: NewSession: new client: new client: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
E0201 20:10:19.375149 46711 status.go:179] status error: NewSession: new client: new client: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
E0201 20:10:19.375163 46711 status.go:126] status error: NewSession: new client: new client: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
tried killing minikube mount process, but didn't resolve the ssh issue:
^Cπ₯ Unmounting /home/docker ...
β Exiting due to MK_INTERRUPTED: Received interrupt signal
β― minikube ssh
ssh: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
What Happened?
After running minikube mount, minikube ssh no longer works. Minikube version: v1.35.0.
mounted a volume:
then ran minikube ssh:
also, ran minikube status:
tried killing minikube mount process, but didn't resolve the ssh issue:
Attach the log file
log.txt
Operating System
macOS (Default)
Driver
HyperKit
The text was updated successfully, but these errors were encountered: