Files
ssh/docker/ssh-server/app/main.py
marcio.fernandes ce1d7a749a
All checks were successful
/ ssh-client (push) Successful in 10s
/ ssh-server (push) Successful in 10s
feature/ssh-server (#1)
Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt>
Reviewed-on: #1
2025-09-07 13:50:18 +00:00

15 lines
136 B
Python

import globals
import subprocess
import init
import users
import sshserver
if init.main():
users.load()
sshserver.load()