mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
add allowed users setting for current students, replace all user stuff with user dict, add beginning of vnc cleanup
This commit is contained in:
parent
6d71f49a7a
commit
7aadd423e7
10 changed files with 195 additions and 97 deletions
|
@ -60,6 +60,10 @@ def add_vnc_target(port):
|
|||
return token
|
||||
|
||||
|
||||
def clear_vnc_targets():
|
||||
open(app.config['WEBSOCKIFY_TARGET_FILE'], 'w').close()
|
||||
|
||||
|
||||
def start_ssh_tunnel(node, port):
|
||||
port = int(port)
|
||||
server = SSHTunnelForwarder(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue