Change ssh-tunnel

This commit is contained in:
2023-08-11 12:09:26 +02:00
parent 2f87885b12
commit 89cf998938
12 changed files with 249 additions and 229 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import Controller.ssh_tunnel as ssh_tunnel
ssh_tunnel.server_start()
import Controller.ssh_tunnel as ssh_tunnel_self
ssh_tunnel_self.server_start()
import socket
from Controller import adcontroller_export, exchange_export, rds_export, smtp_export, zammad, system_info
import Controller.mysql_connect as mysql_connect
@@ -147,4 +147,4 @@ schedule = f"daily /st 23:{random.randint(0, 59)}" # You can customize the sche
create_windows_task(task_name, command_to_execute, schedule)
ssh_tunnel.server_stop()
ssh_tunnel_self.server_stop()