- markus@cvs.openbsd.org 2001/07/28 09:21:15
[sshd.8] cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
This commit is contained in:
parent
2772a3f864
commit
07d24dcbd8
|
@ -52,6 +52,9 @@
|
||||||
- deraadt@cvs.openbsd.org 2001/07/27 17:26:16
|
- deraadt@cvs.openbsd.org 2001/07/27 17:26:16
|
||||||
[scp.c]
|
[scp.c]
|
||||||
shorten lines
|
shorten lines
|
||||||
|
- markus@cvs.openbsd.org 2001/07/28 09:21:15
|
||||||
|
[sshd.8]
|
||||||
|
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
|
||||||
|
|
||||||
20010803
|
20010803
|
||||||
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
|
||||||
|
@ -6162,4 +6165,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1440 2001/08/06 21:17:12 mouring Exp $
|
$Id: ChangeLog,v 1.1441 2001/08/06 21:18:57 mouring Exp $
|
||||||
|
|
8
sshd.8
8
sshd.8
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.137 2001/07/26 17:18:22 stevesk Exp $
|
.\" $OpenBSD: sshd.8,v 1.138 2001/07/28 09:21:15 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -130,7 +130,7 @@ into the machine).
|
||||||
.Ss SSH protocol version 2
|
.Ss SSH protocol version 2
|
||||||
.Pp
|
.Pp
|
||||||
Version 2 works similarly:
|
Version 2 works similarly:
|
||||||
Each host has a host-specific DSA key used to identify the host.
|
Each host has a host-specific key (RSA or DSA) used to identify the host.
|
||||||
However, when the daemon starts, it does not generate a server key.
|
However, when the daemon starts, it does not generate a server key.
|
||||||
Forward security is provided through a Diffie-Hellman key agreement.
|
Forward security is provided through a Diffie-Hellman key agreement.
|
||||||
This key agreement results in a shared session key.
|
This key agreement results in a shared session key.
|
||||||
|
@ -340,8 +340,8 @@ are separately checked, allowing you to restrict logins to particular
|
||||||
users from particular hosts.
|
users from particular hosts.
|
||||||
.Pp
|
.Pp
|
||||||
.It Cm AuthorizedKeysFile
|
.It Cm AuthorizedKeysFile
|
||||||
Specifies the file that contains the public RSA keys that can be used
|
Specifies the file that contains the public keys that can be used
|
||||||
for RSA authentication in protocol version 1.
|
for user authentication.
|
||||||
.Cm AuthorizedKeysFile
|
.Cm AuthorizedKeysFile
|
||||||
may contain tokens of the form %T which are substituted during connection
|
may contain tokens of the form %T which are substituted during connection
|
||||||
set-up. The following tokens are defined; %% is replaces by a literal '%',
|
set-up. The following tokens are defined; %% is replaces by a literal '%',
|
||||||
|
|
Loading…
Reference in New Issue