summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:47:43 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:47:43 +1000
commitf4b32aad05cb65caa6eabe09049750b3c8a29cf3 (patch)
tree567436cc6e59f0cab1a1940b7676f65fca49c6bf
parent486dd2eadbbb4d51d0062789fdb8d8f7a3fe51fd (diff)
- jmc@cvs.openbsd.org 2011/05/07 23:20:25
[ssh.1] +.It RequestTTY
-rw-r--r--ChangeLog3
-rw-r--r--ssh.15
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 51de4ee26..dee43400a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,9 @@
47 - tweak previous 47 - tweak previous
48 - come consistency fixes 48 - come consistency fixes
49 ok djm 49 ok djm
50 - jmc@cvs.openbsd.org 2011/05/07 23:20:25
51 [ssh.1]
52 +.It RequestTTY
50 53
5120110510 5420110510
52 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 55 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
diff --git a/ssh.1 b/ssh.1
index a51742f5a..7f3a79b48 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh.1,v 1.318 2011/04/18 00:21:11 jmc Exp $ 36.\" $OpenBSD: ssh.1,v 1.319 2011/05/07 23:20:25 jmc Exp $
37.Dd $Mdocdate: April 18 2011 $ 37.Dd $Mdocdate: May 7 2011 $
38.Dt SSH 1 38.Dt SSH 1
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -456,6 +456,7 @@ For full details of the options listed below, and their possible values, see
456.It PubkeyAuthentication 456.It PubkeyAuthentication
457.It RekeyLimit 457.It RekeyLimit
458.It RemoteForward 458.It RemoteForward
459.It RequestTTY
459.It RhostsRSAAuthentication 460.It RhostsRSAAuthentication
460.It RSAAuthentication 461.It RSAAuthentication
461.It SendEnv 462.It SendEnv