diff options
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 5b4eb82d1..07e1a5cd5 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c | |||
@@ -349,7 +349,7 @@ keygrab_ssh2(con *c) | |||
349 | { | 349 | { |
350 | int j; | 350 | int j; |
351 | 351 | ||
352 | packet_set_connection(c->c_fd, c->c_fd); | 352 | packet_set_connection(c->c_fd, c->c_fd, timeout); |
353 | enable_compat20(); | 353 | enable_compat20(); |
354 | myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = c->c_keytype == KT_DSA? | 354 | myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = c->c_keytype == KT_DSA? |
355 | "ssh-dss": "ssh-rsa"; | 355 | "ssh-dss": "ssh-rsa"; |