pull/6/head
guanghongwei 2014-12-22 15:57:26 +08:00
parent e0a0c1c641
commit b6866ac518
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def connect(username, password, host, port):
posix_shell(channel, username, host)
# shutdown channel socket
channel.shutdown()
ssh.close()
if __name__ == '__main__':