diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-14 06:46:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-14 06:46:39 +0000 |
commit | 46632946f931cb40e8d5a1f05fc67106c566c6a4 (patch) | |
tree | 7032e2a371904aef033255a1a723629faed2cdc7 /usr.bin/ssh | |
parent | 559b516ce313ee40197081b815e001d4fd8e265a (diff) |
reorder SessionType; ok djm
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 179a65f3e94..793035b35b7 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -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_config.5,v 1.356 2021/07/13 23:48:36 djm Exp $ -.Dd $Mdocdate: July 13 2021 $ +.\" $OpenBSD: ssh_config.5,v 1.357 2021/07/14 06:46:38 jmc Exp $ +.Dd $Mdocdate: July 14 2021 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1264,21 +1264,6 @@ The argument to this keyword must be or .Cm no (the default). -.It Cm SessionType -May be used to either request invocation of a subsystem on the remote system, -or to prevent the execution of a remote command at all. -The latter is useful for just forwarding ports. -The argument to this keyword must be -.Cm none -(same as the -.Fl N -option), -.Cm subsystem -(same as the -.Fl s -option) or -.Cm default -(shell or command execution). .It Cm NumberOfPasswordPrompts Specifies the number of password prompts before giving up. The argument to this keyword must be an integer. @@ -1668,6 +1653,21 @@ will send a message through the encrypted channel to request a response from the server. The default is 0, indicating that these messages will not be sent to the server. +.It Cm SessionType +May be used to either request invocation of a subsystem on the remote system, +or to prevent the execution of a remote command at all. +The latter is useful for just forwarding ports. +The argument to this keyword must be +.Cm none +(same as the +.Fl N +option), +.Cm subsystem +(same as the +.Fl s +option) or +.Cm default +(shell or command execution). .It Cm SetEnv Directly specify one or more environment variables and their contents to be sent to the server. |