Skip to content

Commit 7eb3267

Browse files
authored
Merge pull request #489 from roots/enable-lima-load-ssh-pub-keys-option
Enable Lima's loadDotSSHPubKeys SSH option
2 parents 7c76169 + 9dc7e5e commit 7eb3267

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pkg/lima/files/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mounts:
1515
mountType: "virtiofs"
1616
ssh:
1717
forwardAgent: true
18+
loadDotSSHPubKeys: true
1819
networks:
1920
- vzNAT: true
2021
{{ if .Config.PortForwards }}

pkg/lima/instance_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ mounts:
6060
mountType: "virtiofs"
6161
ssh:
6262
forwardAgent: true
63+
loadDotSSHPubKeys: true
6364
networks:
6465
- vzNAT: true
6566
@@ -137,6 +138,7 @@ mounts:
137138
mountType: "virtiofs"
138139
ssh:
139140
forwardAgent: true
141+
loadDotSSHPubKeys: true
140142
networks:
141143
- vzNAT: true
142144

0 commit comments

Comments
 (0)