Implement authentication key management

This commit is contained in:
Kristóf Tóth
2018-07-16 14:28:40 +02:00
parent c28a66fc48
commit c658894c12
2 changed files with 32 additions and 0 deletions

View File

@ -38,6 +38,7 @@ ENV PYTHONPATH="/usr/local/lib" \
TFW_TERMINADO_DIR="/tmp/terminado_server" \
TFW_FRONTEND_DIR="/srv/frontend" \
TFW_SERVER_DIR="/srv/.tfw" \
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
TFW_HISTFILE="/home/${AVATAO_USER}/.bash_history" \
PROMPT_COMMAND="history -a"