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 d472f3e commit 22ea1e8Copy full SHA for 22ea1e8
README.md
@@ -26,9 +26,10 @@ Options:
26
curl -L https://github.com/mazgi/openssh-authorizedkeyscommand-github/releases/download/v0.0.1/openssh-authorizedkeyscommand-github.x86_64-unknown-linux-gnu.tar.gz | sudo tar xz -C /usr/local/bin/
27
```
28
29
-2. Update `/etc/ssh/sshd_config`.
+2. Update `/etc/ssh/sshd_config` like below.
30
31
```ssh_config
32
+AuthorizedKeysCommandUser nobody
33
AuthorizedKeysCommand /usr/local/bin/openssh-authorizedkeyscommand-github --user %u
34
35
0 commit comments