feat: Action Dashboard und App Store Filter

This commit is contained in:
Hitonabi
2026-06-20 23:25:56 +02:00
parent 0a81a9fe99
commit ee8ec10119
5 changed files with 125 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ password = 'Tu77ceu2zzvx!'
print("Connecting to server...")
ssh = paramiko.SSHClient()
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
ssh.connect(host, username=user, password=password)
ssh.connect(host, username=user, password=password, look_for_keys=False, allow_agent=False)
print("Uploading update.tar.gz...")
sftp = ssh.open_sftp()