Skip to content
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

bento/oracle-9.3-arm64 authorized keys can't be updated #1565

Closed
caplater opened this issue Apr 11, 2024 · 2 comments
Closed

bento/oracle-9.3-arm64 authorized keys can't be updated #1565

caplater opened this issue Apr 11, 2024 · 2 comments

Comments

@caplater
Copy link

Describe the problem

When creating a new vagrant box, vagrant up doesn't complete because the ssh key cannot be updated. This is a result of ~vagrant/.ssh/authorized_keys being owned by root:root

Software Version

Vagrant 2.4.1 on macOS 14.4.1

Replication Case

vagrant init bento/oracle-9.3-arm64
vagrant up

Stacktrace

``` ```

Possible Solution

If ~vagrant/.ssh and ~vagrant/.ssh/authorized_keys are owned by vagrant:vagrant, this shouldn't be an issue.

@Stromweld
Copy link
Collaborator

have you tested the arm version of bento/oracle-9 or bento/oracle-9.4? The bento/ *-arm64 boxes are deprecated now that vagrant and kitchen-vagrant support the -arch flag when spinning up nodes.

@caplater
Copy link
Author

Using just bento/oracle-9 (even bento-oracle-9.3) worked as expected. I did not realize that the -arm64 boxes were deprecated. I'll close the issue, thanks for the update and information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants