initial work

This commit is contained in:
2021-12-16 23:06:58 +02:00
commit 78b8bf290f
11 changed files with 159 additions and 0 deletions

8
build/get_pub_keys.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
idnr=$( id -u "$1" )
if [[ -e "/var/ssh-box/users/${idnr}-${1}" ]]; then
cat "/var/ssh-box/users/${idnr}-${1}"
fi