mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Debug
This commit is contained in:
parent
fad96534ce
commit
8ff8bd766b
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ def import_module_from_file(module_name, file_path):
|
|||
|
||||
|
||||
def session_scp_upload(session, source_path, destination_path):
|
||||
print('Using ssh private key path {}'.format(session.private_key_path))
|
||||
scp_command = 'scp -i {privateKeyPath} -o BatchMode=yes -o LogLevel=ERROR -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -pr {source_path} containerhost@"{ipAddress}":{destination_path}'.format(
|
||||
privateKeyPath=session.private_key_path,
|
||||
ipAddress=session.ip_address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue