diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2018-06-09 08:36:31 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-06-11 01:50:06 +0200 |
commit | acf4260f0951f89c64e1ebbc4c92f451768871ad (patch) | |
tree | 05cd89ca4e150c35a6448cb69440c190f205e6db /ssh.1 | |
parent | upstream: slightly better wording re handing of $TERM, from Jakub (diff) | |
download | openssh-acf4260f0951f89c64e1ebbc4c92f451768871ad.tar.xz openssh-acf4260f0951f89c64e1ebbc4c92f451768871ad.zip |
upstream: sort previous;
OpenBSD-Commit-ID: 27d80d8b8ca99bc33971dee905e8ffd0053ec411
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: ssh.1,v 1.394 2018/06/09 03:01:12 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.395 2018/06/09 06:36:31 jmc Exp $ .Dd $Mdocdate: June 9 2018 $ .Dt SSH 1 .Os @@ -525,9 +525,9 @@ For full details of the options listed below, and their possible values, see .It RemoteForward .It RequestTTY .It SendEnv -.It SetEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SetEnv .It StreamLocalBindMask .It StreamLocalBindUnlink .It StrictHostKeyChecking |