Skip to content

Instantly share code, notes, and snippets.

@stableShip
Created August 18, 2016 08:37
Show Gist options
  • Save stableShip/d0862c8dac24cc4ace19d3841e2fa08b to your computer and use it in GitHub Desktop.
Save stableShip/d0862c8dac24cc4ace19d3841e2fa08b to your computer and use it in GitHub Desktop.
使用proxyJump进行ssh连接
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