diff options
author | 2011-05-07 23:20:25 +0000 | |
---|---|---|
committer | 2011-05-07 23:20:25 +0000 | |
commit | 04238a9151c55b7936c568be632c415e4e80d3cd (patch) | |
tree | c3e4cef61ef9054e54a669cb809b2049591c3d0f | |
parent | - tweak previous (diff) | |
download | wireguard-openbsd-04238a9151c55b7936c568be632c415e4e80d3cd.tar.xz wireguard-openbsd-04238a9151c55b7936c568be632c415e4e80d3cd.zip |
+.It RequestTTY
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index a51742f5a21..7f3a79b48a8 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,8 +33,8 @@ .\" (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: ssh.1,v 1.318 2011/04/18 00:21:11 jmc Exp $ -.Dd $Mdocdate: April 18 2011 $ +.\" $OpenBSD: ssh.1,v 1.319 2011/05/07 23:20:25 jmc Exp $ +.Dd $Mdocdate: May 7 2011 $ .Dt SSH 1 .Os .Sh NAME @@ -456,6 +456,7 @@ For full details of the options listed below, and their possible values, see .It PubkeyAuthentication .It RekeyLimit .It RemoteForward +.It RequestTTY .It RhostsRSAAuthentication .It RSAAuthentication .It SendEnv |