rsnt_translations
56,430
edits
(Created page with "=== Comment identifier le problème ===") |
(Created page with "cmd = "ls -l" stdin, stdout, stderr = ssh.exec_command(cmd)") Tags: Mobile edit Mobile web edit |
||
Line 174: | Line 174: | ||
</div> | </div> | ||
ssh.connect(hostname=host, username=user, pkey=key) | ssh.connect(hostname=host, username=user, pkey=key) | ||
cmd = "ls -l" | cmd = "ls -l" | ||
stdin, stdout, stderr = ssh.exec_command(cmd) | stdin, stdout, stderr = ssh.exec_command(cmd) | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |