Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
eb472e47
Commit
eb472e47
authored
Mar 20, 2002
by
Niels Möller
Browse files
*** empty log message ***
Rev: NEWS:1.93 Rev: README:1.22
parent
36a89c71
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
eb472e47
...
...
@@ -7,6 +7,16 @@ News for the 1.3.7 release
Use the aes256-cbc cipher by default. Includes sparc assembler
code, and the C implementation has been optimized as well.
Rewrote the RSA code to use Nettle's functions for signatures
and key generation.
Build requirements changed, lsh now needs liboop-0.8 or later,
and GMP-3.1 or later.
lshd handles SIGHUP by closing its listening socket, and
then waiting for existing connections to be closed before
exiting.
Implemented handshake timeout, both server and client
disconnects if handshake and userauthentication is not
completed in about ten minutes.
...
...
@@ -24,6 +34,14 @@ News for the 1.3.7 release
Helper program to let the server use PAM passwords.
Contributed by Pontus Sköld.
New option --server to lsh-keygen and lsh-writekey. It makes
the programs use the system seed-file, and also changes
lsh-writekey's default output files to /etc/lsh_host_key and
/etc/lsh_host_key.pub.
Made lsh-writekey a little smarter, now it doesn't create any
output files until it has something to write to them.
In interactive mode, the client modifyes the terminal's VMIN
and VTIME values to get more than one character per packet.
...
...
@@ -33,6 +51,9 @@ News for the 1.3.7 release
New client option --subsystem for starting a subsystem such as
sftp on the server. Appeared already in 1.3.6, but wasn't
mentioned in NEWS.
Pontus Sköld's file transfer client lsftp is included in the
distribution.
News for the 1.3.6 release
...
...
README
View file @
eb472e47
...
...
@@ -51,7 +51,7 @@ its mirrors.
ZLIB can be found at ftp://ftp.cdrom.com/pub/infozip/zlib/zlib.html or
http://www.cdrom.com/pub/infozip/zlib/. Latest version is zlib-1.1.3.
liboop (version 0.
7
or better) can be found at www.liboop.org.
liboop (version 0.
8
or better) can be found at www.liboop.org.
GETTING STARTED
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment