We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5243ea commit cffa864Copy full SHA for cffa864
data/podman/setup.yml
@@ -75,7 +75,7 @@
75
76
1. Add the SSH key for the podman VM to your keychain:
77
```shell=zsh
78
- ssh-add -k "$HOME/.ssh/podman-machine-default"
+ ssh-add -k $(podman system connection list --format="{{.URI}} {{.Identity}}" | grep root | cut -d' ' -f2)
79
```
80
2. Change default connection to use `root`:
81
0 commit comments