This commit is contained in:
qiangyanwen 2022-12-26 18:02:24 +08:00
parent 6cd92aebe4
commit 1225366bed
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ class SSHConnection(object):
with SSHConnection("47.96.135.132", 22, "root", "Qyw1994@520") as ssh:
ssh.exec_command("ls -l")
ls = ssh.exec_command("ls -l")