Created
February 10, 2024 02:32
-
-
Save rlaace423/959a69e9b4f06657b1abe2a7c9bf6e81 to your computer and use it in GitHub Desktop.
This file contains 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
ssh -ND 1080 root@somewhere-ssh-server -p 22 | |
# 이후 창을 끄지 말고 켜둔다 | |
# 이제 MacOS, datagrip의 ssh 터널 설정 등에서 | |
# localhost, 1080 포트로 SOCK5 프록시 서버에 입력하면 됨 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment