We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c44d3 + c2c429a commit 2374276Copy full SHA for 2374276
docker-res/ssh/authorize.sh
@@ -34,7 +34,7 @@ elif ! grep -q " $public_key " /etc/ssh/authorized_keys_cache; then
34
fi
35
elif [ $time_difference -ge $CACHE_TIME ]; then
36
# Run the python script to update the cache in the background so the command can directly return
37
- nohup python /etc/ssh/update_authorized_keys.py > /dev/null 2>&1 &
+ nohup python /etc/ssh/update_authorized_keys.py full > /dev/null 2>&1 &
38
39
40
# Return the collected keys to the OpenSSH server
0 commit comments