parent
b09f6b5b02
commit
23124eab3b
|
@ -6,6 +6,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/09/14
|
- markus@cvs.openbsd.org 2001/09/14
|
||||||
[session.c]
|
[session.c]
|
||||||
command=xxx overwrites subsystems, too
|
command=xxx overwrites subsystems, too
|
||||||
|
- markus@cvs.openbsd.org 2001/09/14
|
||||||
|
[sshd.c]
|
||||||
|
typo
|
||||||
|
|
||||||
20010913
|
20010913
|
||||||
- (bal) OpenBSD CVS Sync
|
- (bal) OpenBSD CVS Sync
|
||||||
|
@ -6425,4 +6428,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1513 2001/09/14 23:12:07 mouring Exp $
|
$Id: ChangeLog,v 1.1514 2001/09/14 23:14:25 mouring Exp $
|
||||||
|
|
4
sshd.8
4
sshd.8
|
@ -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.8,v 1.147 2001/09/05 06:23:07 deraadt Exp $
|
.\" $OpenBSD: sshd.8,v 1.148 2001/09/14 18:56:04 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -996,7 +996,7 @@ just the key).
|
||||||
Specifies that the command is executed whenever this key is used for
|
Specifies that the command is executed whenever this key is used for
|
||||||
authentication.
|
authentication.
|
||||||
The command supplied by the user (if any) is ignored.
|
The command supplied by the user (if any) is ignored.
|
||||||
The command is run on a pty if the connection requests a pty;
|
The command is run on a pty if the client requests a pty;
|
||||||
otherwise it is run without a tty.
|
otherwise it is run without a tty.
|
||||||
If a 8-bit clean channel is required,
|
If a 8-bit clean channel is required,
|
||||||
one must not request a pty or should specify
|
one must not request a pty or should specify
|
||||||
|
|
Loading…
Reference in New Issue