mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2005/01/08 00:41:19
[sshd_config.5] `login'(n) -> `log in'(v);
This commit is contained in:
parent
b2161e37f5
commit
b3509014ce
|
@ -13,6 +13,9 @@
|
|||
- markus@cvs.openbsd.org 2005/01/05 08:51:32
|
||||
[sshconnect.c]
|
||||
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
|
||||
- (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
|
||||
|
@ -1985,4 +1988,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (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 $
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" 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
|
||||
.Dt SSHD_CONFIG 5
|
||||
.Os
|
||||
|
@ -466,7 +466,7 @@ server allows login to accounts with empty password strings.
|
|||
The default is
|
||||
.Dq no .
|
||||
.It Cm PermitRootLogin
|
||||
Specifies whether root can login using
|
||||
Specifies whether root can log in using
|
||||
.Xr ssh 1 .
|
||||
The argument must be
|
||||
.Dq yes ,
|
||||
|
@ -495,7 +495,7 @@ All other authentication methods are disabled for root.
|
|||
.Pp
|
||||
If this option is set to
|
||||
.Dq no
|
||||
root is not allowed to login.
|
||||
root is not allowed to log in.
|
||||
.It Cm PermitUserEnvironment
|
||||
Specifies whether
|
||||
.Pa ~/.ssh/environment
|
||||
|
|
Loading…
Reference in New Issue