tinyurl.com/67632 -> marc.theaimsgroup.com/?l=openssh-unix-dev&m=109282062410995&w=2
OpenSSH is a 100% complete SSH protocol version 13, 15 and 20 implementation and includes sftp client and server support. We would like to thank the OpenSSH community for their continued support to the project, especially those who contributed source and bought T-shirts or posters.
eu Changes since OpenSSH 38: ============================ * Added new "IdentitiesOnly" option to ssh, which specifies that it should use keys specified in ssh_config, rather than any keys in ssh-agent * Make sshd 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. ssh/config NB ssh 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 and "SendEnv" in ssh_config for details * Added a "MaxAuthTries" option to sshd, 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 for details * Many sftp interface improvements, including greatly enhanced "ls" support and the ability to cancel active transfers using SIGINT (^C) * Implement session multiplexing: a single ssh connection can now carry multiple login/command/file transfer sessions. Refer to the "ControlMaster" and "ControlPath" options in ssh_config for more information * The sftp-server has improved support for non-POSIX filesystems (eg FAT) * Portable OpenSSH: Re-introduce support for PAM password authentication, in addition to the keyboard-interactive driver.
|