summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-01-22 11:51:25 +0000
committerDamien Miller <djm@mindrot.org>2019-01-22 23:04:54 +1100
commit7a2cb18a215b2cb335da3dc99489c52a91f4925b (patch)
tree92b5b98bc895bee2e53d36d37271bcb2e5c7b150 /ssh_config.5
parentecd2f33cb772db4fa76776543599f1c1ab6f9fa0 (diff)
upstream: Mention that configuration for the destination host is
not applied to any ProxyJump/-J hosts. This has confused a few people... OpenBSD-Commit-ID: 03f4f641df6ca236c1bfc69836a256b873db868b
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.510
1 files changed, 8 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0a19ba64c..1d57eef58 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.288 2018/11/23 06:58:28 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.289 2019/01/22 11:51:25 djm Exp $
37.Dd $Mdocdate: November 23 2018 $ 37.Dd $Mdocdate: January 22 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1263,6 +1263,12 @@ Note that this option will compete with the
1263.Cm ProxyCommand 1263.Cm ProxyCommand
1264option - whichever is specified first will prevent later instances of the 1264option - whichever is specified first will prevent later instances of the
1265other from taking effect. 1265other from taking effect.
1266.Pp
1267Note also that the configuration for the destination host (either supplied
1268via the command-line or the configuration file) is not generally applied
1269to jump hosts.
1270.Pa ~/.ssh/config
1271should be used if specific configuration is required for jump hosts.
1266.It Cm ProxyUseFdpass 1272.It Cm ProxyUseFdpass
1267Specifies that 1273Specifies that
1268.Cm ProxyCommand 1274.Cm ProxyCommand