Files
ssh-box/build/get_pub_keys.sh
2021-12-16 23:06:58 +02:00

9 lines
137 B
Bash
Executable File

#!/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