~ubuntu-branches/debian/sid/openssh/sid

« back to all changes in this revision

Viewing changes to ssh-keyscan.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-10-07 18:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20041007180306-0l8ii961txetbucx
Tags: 1:3.8.1p1-11ubuntu3
* Nathaniel McCallum:
  - debian/openssh-server.init: pretty initscript
  - debian/control: versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
{
344
344
        int j;
345
345
 
346
 
        packet_set_connection(c->c_fd, c->c_fd);
 
346
        packet_set_connection(c->c_fd, c->c_fd, timeout);
347
347
        enable_compat20();
348
348
        myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = c->c_keytype == KT_DSA?
349
349
            "ssh-dss": "ssh-rsa";