diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-07-22 05:35:11 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-22 05:36:40 +0200 |
commit | 286f5a77c3bfec1e8892ca268087ac885ac871bf (patch) | |
tree | a7f1746402ed9b36ab0d9a099063742022f4ef19 /ssh_config.5 | |
parent | upstream commit (diff) | |
download | openssh-286f5a77c3bfec1e8892ca268087ac885ac871bf.tar.xz openssh-286f5a77c3bfec1e8892ca268087ac885ac871bf.zip |
upstream commit
reverse the order in which -J/JumpHost proxies are visited to
be more intuitive and document
reported by and manpage bits naddy@
Upstream-ID: 3a68fd6a841fd6cf8cedf6552a9607ba99df179a
Diffstat (limited to '')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 56d7798ca..fd7af4b62 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.234 2016/07/16 06:57:55 jmc Exp $ -.Dd $Mdocdate: July 16 2016 $ +.\" $OpenBSD: ssh_config.5,v 1.235 2016/07/22 03:35:11 djm Exp $ +.Dd $Mdocdate: July 22 2016 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1367,7 +1367,8 @@ Specifies one or more jump proxies as .Op : Ns Ar port .Sm on .Xc . -Multiple proxies may be separated by comma characters. +Multiple proxies may be separated by comma characters and will be visited +left-to-right. Setting this option will cause .Xr ssh 1 to connect to the target host by first making a |