- jmc@cvs.openbsd.org 2013/10/29 18:49:32

[sshd_config.5]
     pty(4), not pty(7);
This commit is contained in:
Damien Miller 2013-10-30 22:31:06 +11:00
parent 5ff30c6b68
commit 63857c9340
2 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@
shd_config PermitTTY to disallow TTY allocation, mirroring the
longstanding no-pty authorized_keys option;
bz#2070, patch from Teran McKinney; ok markus@
- jmc@cvs.openbsd.org 2013/10/29 18:49:32
[sshd_config.5]
pty(4), not pty(7);
20131026
- (djm) OpenBSD CVS Sync

View File

@ -33,7 +33,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.164 2013/10/29 09:48:02 djm Exp $
.\" $OpenBSD: sshd_config.5,v 1.165 2013/10/29 18:49:32 jmc Exp $
.Dd $Mdocdate: October 29 2013 $
.Dt SSHD_CONFIG 5
.Os
@ -945,7 +945,7 @@ The default is
.Dq no .
.It Cm PermitTTY
Specifies whether
.Xr pty 7
.Xr pty 4
allocation is permitted.
The default is
.Dq yes .