You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires: coreos/mantle#1081
So the ssh agent is in a predictable place, and one doesn't
have to guess among the 10s of random `/tmp/mantle-ssh-<tmp>` directories.
This way we can document doing e.g.:
```
$ env SSH_AUTH_SOCK=tmp/kola-ssh ssh -p <port> [email protected]
```
to debug local qemu-unpriv VMs, etc.
0 commit comments