- (dtucker) [INSTALL] Put the s/key text and URL back together.
This commit is contained in:
parent
d9c88138f7
commit
ad1e5e286c
|
@ -1,6 +1,7 @@
|
||||||
20050419
|
20050419
|
||||||
- (dtucker) [INSTALL] Reference README.privsep for the privilege separation
|
- (dtucker) [INSTALL] Reference README.privsep for the privilege separation
|
||||||
requirements. Pointed out by Bengt Svensson.
|
requirements. Pointed out by Bengt Svensson.
|
||||||
|
- (dtucker) [INSTALL] Put the s/key text and URL back together.
|
||||||
|
|
||||||
20050411
|
20050411
|
||||||
- (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
|
- (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME
|
||||||
|
@ -2434,4 +2435,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3742 2005/04/19 02:21:21 dtucker Exp $
|
$Id: ChangeLog,v 1.3743 2005/04/19 05:31:49 dtucker Exp $
|
||||||
|
|
21
INSTALL
21
INSTALL
|
@ -50,20 +50,21 @@ lacks /dev/random and don't want to use OpenSSH's internal entropy collection.
|
||||||
http://www.lothar.com/tech/crypto/
|
http://www.lothar.com/tech/crypto/
|
||||||
|
|
||||||
S/Key Libraries:
|
S/Key Libraries:
|
||||||
http://www.sparc.spb.su/solaris/skey/
|
|
||||||
|
|
||||||
LibEdit:
|
|
||||||
|
|
||||||
sftp now supports command-line editing via NetBSD's libedit. If your
|
|
||||||
platform has it available natively you can use that, alternatively
|
|
||||||
you might try these multi-platform ports:
|
|
||||||
http://www.thrysoee.dk/editline/
|
|
||||||
http://sourceforge.net/projects/libedit/
|
|
||||||
|
|
||||||
If you wish to use --with-skey then you will need the above library
|
If you wish to use --with-skey then you will need the above library
|
||||||
installed. No other current S/Key library is currently known to be
|
installed. No other current S/Key library is currently known to be
|
||||||
supported.
|
supported.
|
||||||
|
|
||||||
|
http://www.sparc.spb.su/solaris/skey/
|
||||||
|
|
||||||
|
LibEdit:
|
||||||
|
sftp now supports command-line editing via NetBSD's libedit. If your
|
||||||
|
platform has it available natively you can use that, alternatively
|
||||||
|
you might try these multi-platform ports:
|
||||||
|
|
||||||
|
http://www.thrysoee.dk/editline/
|
||||||
|
http://sourceforge.net/projects/libedit/
|
||||||
|
|
||||||
2. Building / Installation
|
2. Building / Installation
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
@ -225,4 +226,4 @@ Please refer to the "reporting bugs" section of the webpage at
|
||||||
http://www.openssh.com/
|
http://www.openssh.com/
|
||||||
|
|
||||||
|
|
||||||
$Id: INSTALL,v 1.67 2005/04/19 02:21:21 dtucker Exp $
|
$Id: INSTALL,v 1.68 2005/04/19 05:31:49 dtucker Exp $
|
||||||
|
|
Loading…
Reference in New Issue