mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
- jmc@cvs.openbsd.org 2004/04/28 07:02:56
[sshd_config.5] remove unnecessary .Pp;
This commit is contained in:
parent
1e0c9bf9fb
commit
b2a601cc99
@ -12,6 +12,9 @@
|
|||||||
- djm@cvs.openbsd.org 2004/04/28 05:17:10
|
- djm@cvs.openbsd.org 2004/04/28 05:17:10
|
||||||
[ssh_config.5 sshd_config.5]
|
[ssh_config.5 sshd_config.5]
|
||||||
manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
|
manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
|
||||||
|
- jmc@cvs.openbsd.org 2004/04/28 07:02:56
|
||||||
|
[sshd_config.5]
|
||||||
|
remove unnecessary .Pp;
|
||||||
|
|
||||||
20040423
|
20040423
|
||||||
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
|
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
|
||||||
@ -1053,4 +1056,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.3335 2004/05/02 12:12:48 dtucker Exp $
|
$Id: ChangeLog,v 1.3336 2004/05/02 12:13:20 dtucker Exp $
|
||||||
|
@ -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_config.5,v 1.31 2004/04/28 05:17:10 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.32 2004/04/28 07:02:56 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -83,7 +83,6 @@ Be warned that some environment variables could be used to bypass restricted
|
|||||||
user environments.
|
user environments.
|
||||||
For this reason, care should be taken in the use of this directive.
|
For this reason, care should be taken in the use of this directive.
|
||||||
The default is not to accept any environment variables.
|
The default is not to accept any environment variables.
|
||||||
.Pp
|
|
||||||
.It Cm AllowGroups
|
.It Cm AllowGroups
|
||||||
This keyword can be followed by a list of group name patterns, separated
|
This keyword can be followed by a list of group name patterns, separated
|
||||||
by spaces.
|
by spaces.
|
||||||
@ -96,7 +95,6 @@ can be used as
|
|||||||
wildcards in the patterns.
|
wildcards in the patterns.
|
||||||
Only group names are valid; a numerical group ID is not recognized.
|
Only group names are valid; a numerical group ID is not recognized.
|
||||||
By default, login is allowed for all groups.
|
By default, login is allowed for all groups.
|
||||||
.Pp
|
|
||||||
.It Cm AllowTcpForwarding
|
.It Cm AllowTcpForwarding
|
||||||
Specifies whether TCP forwarding is permitted.
|
Specifies whether TCP forwarding is permitted.
|
||||||
The default is
|
The default is
|
||||||
@ -104,7 +102,6 @@ The default is
|
|||||||
Note that disabling TCP forwarding does not improve security unless
|
Note that disabling TCP forwarding does not improve security unless
|
||||||
users are also denied shell access, as they can always install their
|
users are also denied shell access, as they can always install their
|
||||||
own forwarders.
|
own forwarders.
|
||||||
.Pp
|
|
||||||
.It Cm AllowUsers
|
.It Cm AllowUsers
|
||||||
This keyword can be followed by a list of user name patterns, separated
|
This keyword can be followed by a list of user name patterns, separated
|
||||||
by spaces.
|
by spaces.
|
||||||
@ -120,7 +117,6 @@ By default, login is allowed for all users.
|
|||||||
If the pattern takes the form USER@HOST then USER and HOST
|
If the pattern takes the form USER@HOST then USER and HOST
|
||||||
are separately checked, restricting logins to particular
|
are separately checked, restricting logins to particular
|
||||||
users from particular hosts.
|
users from particular hosts.
|
||||||
.Pp
|
|
||||||
.It Cm AuthorizedKeysFile
|
.It Cm AuthorizedKeysFile
|
||||||
Specifies the file that contains the public keys that can be used
|
Specifies the file that contains the public keys that can be used
|
||||||
for user authentication.
|
for user authentication.
|
||||||
@ -143,7 +139,6 @@ The contents of the specified file are sent to the remote user before
|
|||||||
authentication is allowed.
|
authentication is allowed.
|
||||||
This option is only available for protocol version 2.
|
This option is only available for protocol version 2.
|
||||||
By default, no banner is displayed.
|
By default, no banner is displayed.
|
||||||
.Pp
|
|
||||||
.It Cm ChallengeResponseAuthentication
|
.It Cm ChallengeResponseAuthentication
|
||||||
Specifies whether challenge response authentication is allowed.
|
Specifies whether challenge response authentication is allowed.
|
||||||
All authentication styles from
|
All authentication styles from
|
||||||
@ -155,7 +150,6 @@ The default is
|
|||||||
Specifies the ciphers allowed for protocol version 2.
|
Specifies the ciphers allowed for protocol version 2.
|
||||||
Multiple ciphers must be comma-separated.
|
Multiple ciphers must be comma-separated.
|
||||||
The default is
|
The default is
|
||||||
.Pp
|
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
|
``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
|
||||||
aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''
|
aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr''
|
||||||
@ -216,7 +210,6 @@ can be used as
|
|||||||
wildcards in the patterns.
|
wildcards in the patterns.
|
||||||
Only group names are valid; a numerical group ID is not recognized.
|
Only group names are valid; a numerical group ID is not recognized.
|
||||||
By default, login is allowed for all groups.
|
By default, login is allowed for all groups.
|
||||||
.Pp
|
|
||||||
.It Cm DenyUsers
|
.It Cm DenyUsers
|
||||||
This keyword can be followed by a list of user name patterns, separated
|
This keyword can be followed by a list of user name patterns, separated
|
||||||
by spaces.
|
by spaces.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user