add test
This commit is contained in:
parent
6cd92aebe4
commit
1225366bed
|
|
@ -54,4 +54,4 @@ class SSHConnection(object):
|
||||||
|
|
||||||
|
|
||||||
with SSHConnection("47.96.135.132", 22, "root", "Qyw1994@520") as ssh:
|
with SSHConnection("47.96.135.132", 22, "root", "Qyw1994@520") as ssh:
|
||||||
ssh.exec_command("ls -l")
|
ls = ssh.exec_command("ls -l")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue