diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 06:13:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-25 06:13:02 +0000 |
commit | 715393a02c32849b9c0d122b3de9fc4a74adba7b (patch) | |
tree | ed8014bb5d683798715056252d894de14ff4a044 /usr.bin/ssh | |
parent | 9d1c98f577b168d96347ac64554a1899f0fc38e3 (diff) |
remove some unneeded Xo/Xc calls; from evan silberman
the original diff had a couple of errors, which i've fixed
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index f3fef23abb4..0206513384a 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.402 2024/09/09 14:41:21 naddy Exp $ -.Dd $Mdocdate: September 9 2024 $ +.\" $OpenBSD: ssh_config.5,v 1.403 2024/09/25 06:13:01 jmc Exp $ +.Dd $Mdocdate: September 25 2024 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1585,14 +1585,12 @@ ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p .Ed .It Cm ProxyJump Specifies one or more jump proxies as either -.Xo .Sm off .Op Ar user No @ .Ar host .Op : Ns Ar port .Sm on -or an ssh URI -.Xc . +or an ssh URI. Multiple proxies may be separated by comma characters and will be visited sequentially. Setting this option will cause |