Created
August 18, 2016 08:37
-
-
Save stableShip/d0862c8dac24cc4ace19d3841e2fa08b to your computer and use it in GitHub Desktop.
使用proxyJump进行ssh连接
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssh 7.3 新特性 | |
``` | |
host local | |
hostname localhost | |
port 22 | |
user ubuntu | |
host target | |
hostname target.com | |
port 22 | |
user ubuntu | |
ProxyJump local | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment