사용자 도구

사이트 도구


linux:ssh:tunnel

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ssh:tunnel [2021/04/07 21:12]
kwon37xi
linux:ssh:tunnel [2023/07/27 10:30] (현재)
kwon37xi
줄 5: 줄 5:
  
 ===== ProxyCommand ===== ===== ProxyCommand =====
 +  * [[https://www.cyberciti.biz/faq/linux-unix-ssh-proxycommand-passing-through-one-host-gateway-server/|SSH ProxyCommand example: Going through one host to reach another server - nixCraft]]
 +
 +===== ProxyJump =====
 +  * [[https://unix.stackexchange.com/questions/41493/how-to-ssh-to-a-server-using-another-server|How to ssh to a server using another server? - Unix & Linux Stack Exchange]]
 +
 +<code>
 +Host B
 +  ProxyJump A
 +</code>
 +
 +<code sh>
 +ssh A -J B
 +</code>
  
 ===== SOCKS Proxy ===== ===== SOCKS Proxy =====
   * [[https://www.linuxjournal.com/content/use-ssh-create-http-proxy|Use SSH to Create an HTTP Proxy | Linux Journal]]   * [[https://www.linuxjournal.com/content/use-ssh-create-http-proxy|Use SSH to Create an HTTP Proxy | Linux Journal]]
-  * ''socks5://localhost:8157''+  * ''%%socks5://localhost:8157%%''
  
  
줄 15: 줄 28:
   * [[https://myopswork.com/transparent-ssh-tunnel-through-a-bastion-host-d1d864ddb9ae|Transparent SSH tunnel through a bastion host | by Aravind G V | oneops work]]   * [[https://myopswork.com/transparent-ssh-tunnel-through-a-bastion-host-d1d864ddb9ae|Transparent SSH tunnel through a bastion host | by Aravind G V | oneops work]]
   * [[https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html|Using an HTTP proxy - AWS Command Line Interface]]   * [[https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html|Using an HTTP proxy - AWS Command Line Interface]]
 +  * [[https://lunatine.net/2015/08/12/tip-ssh-github-url-with-http-proxy/|[Tip] Github SSH주소를 HTTP Proxy로 접근하기 :: Lunatine's Box — Lunatine's Box]]
 +  * [[https://qgp9.github.io/blog/2016/03/26/ssh-proxy-jump-host|SSH Proxy 와 점프호스트 ( 경유서버를 이용한 목적서버 연결 ) | QGP@SKEPTI.ES]]
 +  * [[http://www.zeitoun.net/articles/ssh-through-http-proxy/start|SSH through HTTP proxy]]
 +  * [[https://superuser.com/questions/454210/how-can-i-use-ssh-with-a-socks-5-proxy|linux - How can I use SSH with a SOCKS 5 proxy? - Super User]]
 +  * [[https://linuxhint.com/setup-ssh-tunneling-linux/|How to setup SSH tunneling on Linux – Linux Hint]]
 +  * https://www.ssh.com/academy/ssh/tunneling/example
 +  * [[https://iximiuz.com/en/posts/bridge-vs-switch/|A Visual Guide to SSH Tunnels: Local and Remote Port Forwarding]]
linux/ssh/tunnel.1617797524.txt.gz · 마지막으로 수정됨: 2021/04/07 21:12 저자 kwon37xi