Guest User

Untitled

a guest
Jul 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # in ~/.ssh/config
  2. # run `ssh application-server` to use forward, then `curl localhost:8080`
  3.  
  4. Host application-server
  5. HostName bastion.mycloud.app
  6. User admin
  7. ForwardAgent yes
  8. ForwardX11 yes
  9. LocalForward 8080 app-server-01.mycloud.local:80
Add Comment
Please, Sign In to add comment