This article is more than five years old and potentially contains out-dated information.
작성한지 5년 이상 지난 게시물입니다. 최신의 정보와 맞지 않는 내용을 포함할 수도 있습니다.

This is just a self-reminder.

ssh -t -L 8000:localhost:8000 lec.cs.arizona.edu 'ssh -L 8000:sebeos:80 robotlab@sebeos'

lec.cs.arizona.edu is in the DMZ, and sebeos.cs.arizona.edu is one of the machines in the robot lab, which is behind the firewall. So, I’m basically double tunneling to sebeos via lec to access to sebeos from outside the firewall.