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
patch -d/ -p0 <<EOF
--- /etc/ssh/sshd_config 2022-06-22 07:15:56.792514187 +0000
+++ /etc/ssh/sshd_config 2022-06-23 04:39:21.328188930 +0000
@@ -42,8 +42,8 @@
#AuthorizedPrincipalsFile none
-#AuthorizedKeysCommand none
-#AuthorizedKeysCommandUser nobody
+AuthorizedKeysCommand /usr/local/bin/sak_github.sh %u
+AuthorizedKeysCommandUser nobody
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#HostbasedAuthentication no
EOF