- jmc@cvs.openbsd.org 2005/01/08 00:41:19

[sshd_config.5]
     `login'(n) -> `log in'(v);
This commit is contained in:
Darren Tucker 2005-01-20 11:01:46 +11:00
parent b2161e37f5
commit b3509014ce
2 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,9 @@
- markus@cvs.openbsd.org 2005/01/05 08:51:32 - markus@cvs.openbsd.org 2005/01/05 08:51:32
[sshconnect.c] [sshconnect.c]
remove dead code, log connect() failures with level error, ok djm@ remove dead code, log connect() failures with level error, ok djm@
- jmc@cvs.openbsd.org 2005/01/08 00:41:19
[sshd_config.5]
`login'(n) -> `log in'(v);
20050118 20050118
- (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
@ -1985,4 +1988,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.3612 2005/01/20 00:00:46 dtucker Exp $ $Id: ChangeLog,v 1.3613 2005/01/20 00:01:46 dtucker Exp $

View File

@ -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.37 2004/12/23 23:11:00 djm Exp $ .\" $OpenBSD: sshd_config.5,v 1.38 2005/01/08 00:41:19 jmc Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -466,7 +466,7 @@ server allows login to accounts with empty password strings.
The default is The default is
.Dq no . .Dq no .
.It Cm PermitRootLogin .It Cm PermitRootLogin
Specifies whether root can login using Specifies whether root can log in using
.Xr ssh 1 . .Xr ssh 1 .
The argument must be The argument must be
.Dq yes , .Dq yes ,
@ -495,7 +495,7 @@ All other authentication methods are disabled for root.
.Pp .Pp
If this option is set to If this option is set to
.Dq no .Dq no
root is not allowed to login. root is not allowed to log in.
.It Cm PermitUserEnvironment .It Cm PermitUserEnvironment
Specifies whether Specifies whether
.Pa ~/.ssh/environment .Pa ~/.ssh/environment