Displaying 2 results from an estimated 2 matches for "srp5".
Did you mean:
srp
2001 Mar 30
2
BETA release of OpenSSH-2.5.2p2 with SRP
This is to announce the availability of SRP (Secure Remote Password)
support for OpenSSH. A tarball is available on Tripod:
http://members.tripod.com/professor_tom/archives/
http://members.tripod.com/professor_tom/archives/openssh-2.5.2p2-srp5.tar.gz
(Note: Tripod requires you to LEFT click on links to download files.)
To install, unpack, configure --with-srp, and make install, then create an
SRP verifier (your "password" file) with srp-keygen, and edit your config
files to enable SRP authentication (you may want to disable s...
2001 Apr 11
0
2nd BETA release of OpenSSH with SRP
...This protects against spoofed servers even when the host key
changes and/or the client doesn't know the host key.
* Fully compatible with the Stanford SRP distribution,
so if you already have an /etc/tpasswd file it'll get used
(libsrp is NOT required).
Changes from OpenSSH-2.5.2p2-srp5 to OpenSSH-2.5.4p1-srp6:
* Major parameters are now wrapped in an SRP_CTX struct, and
both the client and server sides were rewritten to use dispatching.
* Config files (that store SRP parameters) must be owned by root and must
not be writable by group or other ((mode & 033) == 0).
$HOM...