All releases of lsh


Release Notes: A denial of service bug in lshd has been fixed. A bug in lsh-make-seed that could make the program go into an infinite loop on read errors has been fixed. lsh now asks for passwords also in quiet (-q) mode, as described in the manual. Control character filtering used to sometimes consider newlines as dangerous control characters. Now newlines should be displayed normally.


Release Notes: Several programs have new default behaviour: lshd enables X11 forwarding by default (lsh still does not). lsh-keygen generates RSA rather than DSA keys by default. lsh-writekey encrypts the private key by default, using aes256-cbc (unless the --server flag is used). The lcp script has been improved, and it is now installed by default. The client side of "keyboard-interactive" user authentication has been implemented. Key exchange with diffie-hellman-group14-sha1 is supported. There are fixes to the UTF-8 encoder, and in particular interactions between UTF-8 and control character filtering.


Release Notes: New SOCKS-style proxying was implemented in lsh and lshg, supporting both SOCKS-4 and SOCKS-5. The lsh client no longer sets its stdio file descriptors into non-blocking mode, which should avoid a bunch of problems. As a consequence, the --cvs-workaround command line option has been removed. The --ssh1-fallback option for lshd was removed, and bug-compatibility hacks for ancient versions of Datafellow's SSH2 were removed. There are no bug-compatibility hacks in this version.


Release Notes: Logging of TCP/IP forward requests has been added. nettle 1.9 is included, which has some portability fixes and optimizations. In particular, arcfour on x86 should be much faster. Flow control on the raw SSH connection has been implemented. Limits are enforced on the amount of buffered data waiting to be written to the socket. General simplification and cleanup of the code.


Release Notes: First release after verified interoperability against OpenSSH with GSSAPI patches.


Release Notes: The server side of X forwarding was finally implemented. The key formats were updated to the current spki draft, which is an incompatible change. IPv6 fixes and other bugfixes were made.


Release Notes: A new randomness generator based on yarrow was written. Regular key re-exchange was implemented in both lsh and lshd. AES is now the default cipher, and optimized assembler code for x86 and sparc is included. Client and server support for ssh subsystems was added. lsh now supports X11 forwarding, though this is not yet in lshd. utmp handling was improved.


Release Notes: A bug in the SSH2-bug-compatibility code and a bug in zlib cleanup have been fixed.


Release Notes: A bug that crashed lshd if a client tried an unknown public key algorithm has been fixed.


Release Notes: There is a new randomness generator based on Yarrow-256. Initial seeding is done by a separate program, lsh-make-seed. The manual has been updated with a new section describing the files and environment variables that are used. There are various bugfixes.