diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-16 14:48:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-16 14:48:58 +0000 |
commit | e0b77822e7844135e12a7503009cf8b8a1d27713 (patch) | |
tree | f9538313a4363aaecc630b6f3dda42a8dfd774cb /usr.bin/ssh | |
parent | ad6ba2c1973b59a5faa2ec0b7cb9c9df13e0f312 (diff) |
add the streamlocal* options to ssh's -o list; millert says they're
irrelevant for scp/sftp;
ok markus millert
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 5e8ebeae75d..bb486aad6d1 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.346 2014/07/03 05:38:17 djm Exp $ -.Dd $Mdocdate: July 3 2014 $ +.\" $OpenBSD: ssh.1,v 1.347 2014/07/16 14:48:57 jmc Exp $ +.Dd $Mdocdate: July 16 2014 $ .Dt SSH 1 .Os .Sh NAME @@ -466,6 +466,8 @@ For full details of the options listed below, and their possible values, see .It SendEnv .It ServerAliveInterval .It ServerAliveCountMax +.It StreamLocalBindMask +.It StreamLocalBindUnlink .It StrictHostKeyChecking .It TCPKeepAlive .It Tunnel |