Skip to content

Commit 600788d

Browse files
committed
README.md: Use %i for the uid in ~/.ssh/config
h/t to Seb for the suggestion
1 parent a85ae0c commit 600788d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ circumstances:
5757
$ cat >> ~/.ssh/config
5858
Match host *.example.com
5959
IdentitiesOnly yes
60-
IdentityFile /run/user/1000/sshca/example
60+
IdentityFile /run/user/%i/sshca/example
6161
IdentityFile ~/.ssh/id_ecdsa_sk
6262
```
6363

0 commit comments

Comments
 (0)