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 a85ae0c commit 600788dCopy full SHA for 600788d
README.md
@@ -57,7 +57,7 @@ circumstances:
57
$ cat >> ~/.ssh/config
58
Match host *.example.com
59
IdentitiesOnly yes
60
- IdentityFile /run/user/1000/sshca/example
+ IdentityFile /run/user/%i/sshca/example
61
IdentityFile ~/.ssh/id_ecdsa_sk
62
```
63
0 commit comments