mirror of
https://github.com/fire1ce/UDM-Persistent-SSH-Keys.git
synced 2023-10-10 13:36:54 +02:00
20230227.1316
This commit is contained in:
parent
05d9413601
commit
100c4460a0
@ -30,7 +30,7 @@ fi
|
|||||||
# Reads the user file line by line and adds the key to the authorized_keys file
|
# Reads the user file line by line and adds the key to the authorized_keys file
|
||||||
file=$user_authorized_keys_file
|
file=$user_authorized_keys_file
|
||||||
while IFS= read -r line || [ -n "$line" ]; do
|
while IFS= read -r line || [ -n "$line" ]; do
|
||||||
echo $line >>$udm_authorized_keys_file
|
echo $line >$udm_authorized_keys_file
|
||||||
done <"$file"
|
done <"$file"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user