mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- markus@cvs.openbsd.org 2001/06/11 16:04:38
[sshd.8] typo; bdubreuil@crrel.usace.army.mil
This commit is contained in:
parent
88259fbbc5
commit
34a996877e
@ -8,6 +8,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/06/11 10:18:24
|
- markus@cvs.openbsd.org 2001/06/11 10:18:24
|
||||||
[session.c]
|
[session.c]
|
||||||
reset pointer to NULL after xfree(); report from solar@openwall.com
|
reset pointer to NULL after xfree(); report from solar@openwall.com
|
||||||
|
- markus@cvs.openbsd.org 2001/06/11 16:04:38
|
||||||
|
[sshd.8]
|
||||||
|
typo; bdubreuil@crrel.usace.army.mil
|
||||||
|
|
||||||
20010611
|
20010611
|
||||||
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
|
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
|
||||||
@ -5613,4 +5616,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1279 2001/06/12 00:21:34 mouring Exp $
|
$Id: ChangeLog,v 1.1280 2001/06/12 00:23:12 mouring Exp $
|
||||||
|
6
sshd.8
6
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.125 2001/05/20 17:20:35 markus Exp $
|
.\" $OpenBSD: sshd.8,v 1.126 2001/06/11 16:04:38 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
@ -341,7 +341,7 @@ set-up. The following tokens are defined; %% is replaces by a literal '%',
|
|||||||
%u is replaced by the username of that user.
|
%u is replaced by the username of that user.
|
||||||
After expansion,
|
After expansion,
|
||||||
.Cm AuthorizedKeysFile
|
.Cm AuthorizedKeysFile
|
||||||
is taken to be an absolute path or one realtive to the user's home
|
is taken to be an absolute path or one relative to the user's home
|
||||||
directory.
|
directory.
|
||||||
The default is
|
The default is
|
||||||
.Dq .ssh/authorized_keys
|
.Dq .ssh/authorized_keys
|
||||||
@ -355,7 +355,7 @@ set-up. The following tokens are defined; %% is replaces by a literal '%',
|
|||||||
%u is replaced by the username of that user.
|
%u is replaced by the username of that user.
|
||||||
After expansion,
|
After expansion,
|
||||||
.Cm AuthorizedKeysFile2
|
.Cm AuthorizedKeysFile2
|
||||||
is taken to be an absolute path or one realtive to the user's home
|
is taken to be an absolute path or one relative to the user's home
|
||||||
directory.
|
directory.
|
||||||
The default is
|
The default is
|
||||||
.Dq .ssh/authorized_keys2
|
.Dq .ssh/authorized_keys2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user