finch: Finch vm init failed after install
Describe the bug Using Finch Finch-v0.1.0-aarch64 the command vm init fails with fatal error as seen in the logs section.
It the end it looks like init did succeed as I can build and run containers.
Steps to reproduce
Install Finch-v0.1.0-aarch64 and run finch vm init
Expected behavior No fatal error.
Screenshots or logs
finch vm init
INFO[0000] Using default values due to missing config file at "/Users/r.zlender/.finch/finch.yaml"
INFO[0000] "/Users/r.zlender/.finch" directory doesn't exist, attempting to create it
FROM alpine:latest
INFO[0002] binaries directory doesn't exist
INFO[0002] Requesting root access to finish network dependency configuration
Password:
INFO[0010] sudoers file not found: %!w(*fs.PathError=&{open /etc/sudoers.d/finch-lima 2})
INFO[0010] Initializing and starting Finch virtual machine...
INFO[0150] Finch virtual machine started successfully
FATA[0150] failed to setup ssh client: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Additional context Add any other context about the problem here.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 15 (4 by maintainers)
Commits related to this issue
- fix: ignore .ssh pub keys (#109) Signed-off-by: Justin Alvarez <alvajus@amazon.com> Issue #, if available: Fixes #103. Still having trouble reproducing #38, but possibly related *Description o... — committed to runfinch/finch by pendo324 2 years ago
- fix: ignore .ssh pub keys (#109) Signed-off-by: Justin Alvarez <alvajus@amazon.com> Issue #, if available: Fixes #103. Still having trouble reproducing #38, but possibly related *Description o... — committed to ahsan-z-khan/finch by pendo324 2 years ago
Same issue.