yanne / api-test

0 stars 0 forks source link

Re-login scenarion for SSHClient is not working #110

Open yanne opened 10 years ago

yanne commented 10 years ago

Environment:

The scenario is very simple and steps are as follow:

client = SSHClient('127.0.0.1', prompt='$ ') client.login('user', 'pass') client.execute_command('ls') client.close() client.login('user', 'pass')

SSHClient is not able to establish connection because of empty data - no prompt received.

This issue was originally opened at Google Code on Jun 6, 2014.