feat: Action Dashboard und App Store Filter
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user