mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- stevesk@cvs.openbsd.org 2002/02/04 20:41:16
[ssh-agent.1] more sync for default ssh-add identities; ok markus@
This commit is contained in:
parent
5aa5d78e40
commit
e8c9ed436a
@ -4,6 +4,9 @@
|
|||||||
[sshd.c]
|
[sshd.c]
|
||||||
add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
|
add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
|
||||||
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
|
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
|
||||||
|
- stevesk@cvs.openbsd.org 2002/02/04 20:41:16
|
||||||
|
[ssh-agent.1]
|
||||||
|
more sync for default ssh-add identities; ok markus@
|
||||||
|
|
||||||
20020205
|
20020205
|
||||||
- (djm) Cleanup after sync:
|
- (djm) Cleanup after sync:
|
||||||
@ -7510,4 +7513,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1828 2002/02/08 11:01:54 djm Exp $
|
$Id: ChangeLog,v 1.1829 2002/02/08 11:02:16 djm Exp $
|
||||||
|
11
ssh-agent.1
11
ssh-agent.1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-agent.1,v 1.30 2002/02/03 23:22:59 stevesk Exp $
|
.\" $OpenBSD: ssh-agent.1,v 1.31 2002/02/04 20:41:16 stevesk Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -154,15 +154,6 @@ line terminates.
|
|||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Pa $HOME/.ssh/identity
|
.It Pa $HOME/.ssh/identity
|
||||||
Contains the protocol version 1 RSA authentication identity of the user.
|
Contains the protocol version 1 RSA authentication identity of the user.
|
||||||
This file should not be readable by anyone but the user.
|
|
||||||
It is possible to
|
|
||||||
specify a passphrase when generating the key; that passphrase will be
|
|
||||||
used to encrypt the private part of this file.
|
|
||||||
This file is not used by
|
|
||||||
.Nm
|
|
||||||
but is normally added to the agent using
|
|
||||||
.Xr ssh-add 1
|
|
||||||
at login time.
|
|
||||||
.It Pa $HOME/.ssh/id_dsa
|
.It Pa $HOME/.ssh/id_dsa
|
||||||
Contains the protocol version 2 DSA authentication identity of the user.
|
Contains the protocol version 2 DSA authentication identity of the user.
|
||||||
.It Pa $HOME/.ssh/id_rsa
|
.It Pa $HOME/.ssh/id_rsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user