We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I migrated to a new Mac and didn't saved my .ssh/config (but I saved ~/.macpine).
.ssh/config
~/.macpine
I used to have a alpine instance running on the original Mac, with this exact configuration:
alias: alpine00 image: alpine_3.16.0-aarch64.qcow2 arch: aarch64 cpu: "2" memory: "2048" disk: 10G mount: "" machineip: localhost port: "" vmnet: false sshport: "2022" sshuser: root sshpassword: ssh:alpine00 macaddress: 56:12:32:11:65:da location: /Users/paul/.macpine/alpine00 tags: []
I did not backup my .ssh/config on the host, but I assume it looked like this:
Host alpine00 Hostname localhost User root Port 2022 IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes
Running alpine start alpine00 I get:
alpine start alpine00
booting alpine00 alpine00 stopped failed to start alpine00: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain error starting instance(s)
… but if I run the qemu command line I see in ps aux, I can ssh without an issue:
ps aux
ssh root@alpine00
I don't understand what I'm doing wrong.
Thank you.
brew info qemu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I migrated to a new Mac and didn't saved my
.ssh/config
(but I saved~/.macpine
).I used to have a alpine instance running on the original Mac, with this exact configuration:
I did not backup my
.ssh/config
on the host, but I assume it looked like this:Running
alpine start alpine00
I get:… but if I run the qemu command line I see in
ps aux
, I can ssh without an issue:I don't understand what I'm doing wrong.
Thank you.
brew info qemu
): 9.1.2The text was updated successfully, but these errors were encountered: