=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- src/usr.bin/ssh/ssh.1 2021/07/02 05:11:21 1.421 +++ src/usr.bin/ssh/ssh.1 2021/07/13 23:48:36 1.422 @@ -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.421 2021/07/02 05:11:21 dtucker Exp $ -.Dd $Mdocdate: July 2 2021 $ +.\" $OpenBSD: ssh.1,v 1.422 2021/07/13 23:48:36 djm Exp $ +.Dd $Mdocdate: July 13 2021 $ .Dt SSH 1 .Os .Sh NAME @@ -425,6 +425,11 @@ .It Fl N Do not execute a remote command. This is useful for just forwarding ports. +Refer to the description of +.Cm SessionType +in +.Xr ssh_config 5 +for details. .Pp .It Fl n Redirects stdin from @@ -546,6 +551,7 @@ .It SendEnv .It ServerAliveInterval .It ServerAliveCountMax +.It SessionType .It SetEnv .It StreamLocalBindMask .It StreamLocalBindUnlink @@ -703,6 +709,11 @@ as a secure transport for other applications (e.g.\& .Xr sftp 1 ) . The subsystem is specified as the remote command. +Refer to the description of +.Cm SessionType +in +.Xr ssh_config 5 +for details. .Pp .It Fl T Disable pseudo-terminal allocation.