Skip to content

Commit

Permalink
Merge pull request #489 from roots/enable-lima-load-ssh-pub-keys-option
Browse files Browse the repository at this point in the history
Enable Lima's loadDotSSHPubKeys SSH option
  • Loading branch information
swalkinshaw authored Nov 9, 2024
2 parents 7c76169 + 9dc7e5e commit 7eb3267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/lima/files/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mounts:
mountType: "virtiofs"
ssh:
forwardAgent: true
loadDotSSHPubKeys: true
networks:
- vzNAT: true
{{ if .Config.PortForwards }}
Expand Down
2 changes: 2 additions & 0 deletions pkg/lima/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ mounts:
mountType: "virtiofs"
ssh:
forwardAgent: true
loadDotSSHPubKeys: true
networks:
- vzNAT: true
Expand Down Expand Up @@ -137,6 +138,7 @@ mounts:
mountType: "virtiofs"
ssh:
forwardAgent: true
loadDotSSHPubKeys: true
networks:
- vzNAT: true
Expand Down

0 comments on commit 7eb3267

Please sign in to comment.