Initial commit
This commit is contained in:
6
rootfs/overlay/usr/libexec/ssh-authorized-keys
Executable file
6
rootfs/overlay/usr/libexec/ssh-authorized-keys
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
USER="${1}"
|
||||
KEYTYPE="${2}"
|
||||
|
||||
curl -gs http://sshkeys.pyrocufflink.blue/"${USER}"/"${KEYTYPE}".pub
|
||||
Reference in New Issue
Block a user