8000 Change the default value of `ssh.loadDotSSHPubKeys` from `true` to `false` · Issue #1617 · lima-vm/lima · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Change the default value of ssh.loadDotSSHPubKeys from true to false < 8000 span class="f1-light color-fg-muted">#1617

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

Closed
AkihiroSuda opened this issue Jun 8, 2023 · 0 comments · Fixed by #2706
Closed

Change the default value of ssh.loadDotSSHPubKeys from true to false #1617

AkihiroSuda opened this issue Jun 8, 2023 · 0 comments · Fixed by #2706
Milestone

Comments

@AkihiroSuda
Copy link
Member

lima/examples/default.yaml

Lines 111 to 122 in 9d29da3

ssh:
# A localhost port of the host. Forwarded to port 22 of the guest.
# 🟢 Builtin default: 0 (automatically assigned to a free port)
# NOTE: when the instance name is "default", the builtin default value is set to
# 60022 for backward compatibility.
localPort: 0
# Load ~/.ssh/*.pub in addition to $LIMA_HOME/_config/user.pub .
# This option is useful when you want to use other SSH-based
# applications such as rsync with the Lima instance.
# If you have an insecure key under ~/.ssh, do not use this option.
# 🟢 Builtin default: true
loadDotSSHPubKeys: null

This might be a breaking change for new instances, but does not affect existing instances.

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

Successfully merging a pull request may close this issue.

1 participant
0