Skip to content

Commit

Permalink
- [email protected] 2002/06/20 20:03:34
Browse files Browse the repository at this point in the history
     [ssh_config sshd_config]
     refer to config file man page
  • Loading branch information
mouring committed Jun 21, 2002
1 parent 3072aae commit 9721e92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
- [email protected] 2002/06/20 20:00:05
[scp.1 sftp.1]
ssh_config(5)
- [email protected] 2002/06/20 20:03:34
[ssh_config sshd_config]
refer to config file man page
- (bal) Cygwin special handling of empty passwords wrong. Patch by
[email protected]

Expand Down Expand Up @@ -972,4 +975,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@

$Id: ChangeLog,v 1.2228 2002/06/21 01:00:40 mouring Exp $
$Id: ChangeLog,v 1.2229 2002/06/21 01:06:03 mouring Exp $
10 changes: 5 additions & 5 deletions ssh_config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $
# $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $

# This is the ssh client system-wide configuration file. See ssh(1)
# for more information. This file provides defaults for users, and
# the values can be changed in per-user configuration files or on the
# command line.
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
# 1. command line options
Expand Down
6 changes: 3 additions & 3 deletions sshd_config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $OpenBSD: sshd_config,v 1.54 2002/05/15 21:56:38 markus Exp $
# $OpenBSD: sshd_config,v 1.55 2002/06/20 20:03:34 stevesk Exp $

# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

Expand Down

0 comments on commit 9721e92

Please sign in to comment.