Is there a way to SSH into a server (my home computer) from behind a proxy that has a username and password? I read about corkscrew, but I was wondering if there is a simpler way. Maybe some nc tricks.

link|improve this question
feedback

migrated from stackoverflow.com Apr 28 '11 at 3:36

This question came from our site for professional and enthusiast programmers.

1 Answer

If for some reason your behind a proxy that blocks outbound traffic to port 22, you might try to change to a different port on your ssh server.

-Tony

link|improve this answer
feedback

Your Answer

 
or
required, but never shown