diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2022-03-31 19:27:27 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-04-06 01:16:05 +0200 |
commit | 9ec2713d122af79d66ebb9c1d6d9ae8621a8945f (patch) | |
tree | 53b55061633edb7e9a134b8bd488244857957afc /ssh_config.5 | |
parent | Disable security key on fbsd6 test host. (diff) | |
download | openssh-9ec2713d122af79d66ebb9c1d6d9ae8621a8945f.tar.xz openssh-9ec2713d122af79d66ebb9c1d6d9ae8621a8945f.zip |
upstream: man pages: add missing commas between subordinate and
main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
OpenBSD-Commit-ID: 9520801729bebcb3c9fe43ad7f9776ab4dd05ea3
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 69132282b..333dfc6b3 100644 --- a/ssh_config.5 +++ b/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.369 2022/02/15 05:13:36 djm Exp $ -.Dd $Mdocdate: February 15 2022 $ +.\" $OpenBSD: ssh_config.5,v 1.370 2022/03/31 17:27:27 naddy Exp $ +.Dd $Mdocdate: March 31 2022 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -435,7 +435,7 @@ directives will add to the list of certificates used for authentication. .It Cm CheckHostIP If set to -.Cm yes +.Cm yes , .Xr ssh 1 will additionally check the host IP address in the .Pa known_hosts @@ -1581,7 +1581,7 @@ If forwarding to a specific destination then the second argument must be or a Unix domain socket path, otherwise if no destination argument is specified then the remote forwarding will be established as a SOCKS proxy. -When acting as a SOCKS proxy the destination of the connection can be +When acting as a SOCKS proxy, the destination of the connection can be restricted by .Cm PermitRemoteOpen . .Pp |