299
299
(host, our_server_key_hex, server_key_hex),
300
300
['Try editing %s or %s' % (filename1, filename2)])
302
_paramiko_auth(username, password, host, t)
302
_paramiko_auth(username, password, host, port, t)
305
305
def connect_sftp(self, username, password, host, port):
306
306
t = self._connect(username, password, host, port)