diff options
-rw-r--r-- | ssh.1 | 9 | ||||
-rw-r--r-- | ssh_config.5 | 10 |
2 files changed, 15 insertions, 4 deletions
@@ -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.1,v 1.399 2018/09/20 06:58:48 jmc Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.400 2019/01/22 11:51:25 djm Exp $ |
37 | .Dd $Mdocdate: September 20 2018 $ | 37 | .Dd $Mdocdate: January 22 2019 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -308,6 +308,11 @@ Multiple jump hops may be specified separated by comma characters. | |||
308 | This is a shortcut to specify a | 308 | This is a shortcut to specify a |
309 | .Cm ProxyJump | 309 | .Cm ProxyJump |
310 | configuration directive. | 310 | configuration directive. |
311 | Note that configuration directives supplied on the command-line generally | ||
312 | apply to the destination host and not any specified jump hosts. | ||
313 | Use | ||
314 | .Pa ~/.ssh/config | ||
315 | to specify configuration for jump hosts. | ||
311 | .Pp | 316 | .Pp |
312 | .It Fl K | 317 | .It Fl K |
313 | Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI | 318 | Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI |
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 |
1264 | option - whichever is specified first will prevent later instances of the | 1264 | option - whichever is specified first will prevent later instances of the |
1265 | other from taking effect. | 1265 | other from taking effect. |
1266 | .Pp | ||
1267 | Note also that the configuration for the destination host (either supplied | ||
1268 | via the command-line or the configuration file) is not generally applied | ||
1269 | to jump hosts. | ||
1270 | .Pa ~/.ssh/config | ||
1271 | should be used if specific configuration is required for jump hosts. | ||
1266 | .It Cm ProxyUseFdpass | 1272 | .It Cm ProxyUseFdpass |
1267 | Specifies that | 1273 | Specifies that |
1268 | .Cm ProxyCommand | 1274 | .Cm ProxyCommand |