pkgsrc/security/openssh
wiz 9ac74e840c Update to 3.9p1:
* Added new "IdentitiesOnly" option to ssh(1), which specifies that it should
   use keys specified in ssh_config, rather than any keys in ssh-agent(1)

 * Make sshd(8) re-execute itself on accepting a new connection. This security
   measure ensures that all execute-time randomisations are reapplied for each
   connection rather than once, for the master process' lifetime. This includes
   mmap and malloc mappings, shared library addressing, shared library mapping
   order, ProPolice and StackGhost cookies on systems that support such things

 * Add strict permission and ownership checks to programs reading ~/.ssh/config
   NB ssh(1) will now exit instead of trying to process a config with poor
   ownership or permissions

 * Implemented the ability to pass selected environment variables between the
   client and the server. See "AcceptEnv" in sshd_config(5) and "SendEnv" in
   ssh_config(5) for details

 * Added a "MaxAuthTries" option to sshd(8), allowing control over the maximum
   number of authentication attempts permitted per connection

 * Added support for cancellation of active remote port forwarding sessions.
   This may be performed using the ~C escape character, see "Escape Characters"
   in ssh(1) for details

 * Many sftp(1) interface improvements, including greatly enhanced "ls" support
   and the ability to cancel active transfers using SIGINT (^C)

 * Implement session multiplexing: a single ssh(1) connection can now carry
   multiple login/command/file transfer sessions. Refer to the "ControlMaster"
   and "ControlPath" options in ssh_config(5) for more information

 * The sftp-server has improved support for non-POSIX filesystems (e.g. FAT)

 * Portable OpenSSH: Re-introduce support for PAM password authentication, in
   addition to the keyboard-interactive driver. PAM password authentication
   is less flexible, and doesn't support pre-authentication password expiry but
   runs in-process so Kerberos tokens, etc are retained

 * Improved and more extensive regression tests

 * Many bugfixes and small improvements
2004-08-31 11:27:11 +00:00
..
files Match v1.16 of rc.d/sshd: 2003-05-22 09:05:38 +00:00
patches Update to 3.9p1: 2004-08-31 11:27:11 +00:00
DESCR
distinfo Update to 3.9p1: 2004-08-31 11:27:11 +00:00
INSTALL Prepare for pkgviews by making sure that passing VIEW-INSTALL or 2003-08-30 20:22:49 +00:00
Makefile Update to 3.9p1: 2004-08-31 11:27:11 +00:00
MESSAGE Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
MESSAGE.pam Improve message (because on some systems it is okay to install to the 2003-10-08 18:54:42 +00:00
MESSAGE.urandom * SSH_CONF_DIR has been obsoleted. Use PKG_SYSCONFDIR instead. 2002-02-05 04:17:31 +00:00
PLIST mk/bsd.pkg.install.mk now automatically registers 2004-04-23 22:07:52 +00:00
PLIST.pam * SSH_CONF_DIR has been obsoleted. Use PKG_SYSCONFDIR instead. 2002-02-05 04:17:31 +00:00
PLIST.prng ssh-rand-helper is also installed when /dev/urandom does not exist. 2002-08-30 08:04:31 +00:00