~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to ssh-agent.0

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-01-26 13:07:40 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126130740-d7r70jqrqlbvz3r0
Tags: 1:5.3p1-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Add support for registering ConsoleKit sessions on login.
  - Drop openssh-blacklist and openssh-blacklist-extra to Suggests; they
    take up a lot of CD space, and I suspect that rolling them out in
    security updates has covered most affected systems now.
  - Convert to Upstart.  The init script is still here for the benefit of
    people running sshd in chroots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
     agent starts a new subcommand into which some environment variables are
64
64
     exported, eg ssh-agent xterm &.  The second is that the agent prints the
65
65
     needed shell commands (either sh(1) or csh(1) syntax can be generated)
66
 
     which can be evalled in the calling shell, eg eval `ssh-agent -s` for
 
66
     which can be evaluated in the calling shell, eg eval `ssh-agent -s` for
67
67
     Bourne-type shells such as sh(1) or ksh(1) and eval `ssh-agent -c` for
68
68
     csh(1) and derivatives.
69
69
 
114
114
     ated OpenSSH.  Markus Friedl contributed the support for SSH protocol
115
115
     versions 1.5 and 2.0.
116
116
 
117
 
OpenBSD 4.5                      June 5, 2007                                2
 
117
OpenBSD 4.6                     March 26, 2009                               2