SSH tunel over proxy

Joined
Sep 2, 2014
Messages
2
Reaction score
0
Points
1
Hello guys

I've set up debian server and connection is working fine under win xp (running on parallels). I would like to know specific command for terminal to get exactly connection as under WIN. SSH on server is listening only to port 443 because of proxy settings.

Here is a image of my settings in putty and also WIN xp's settings:

Untitled_1.jpg


Many thanks for your advices :)
 
Last edited:

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Simple:
Code:
ssh -p <port> <username>@<ip address>

Replace the stuff in the <> as appropriate.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
What system settings? What happens when you try the command?
 
Joined
Aug 5, 2008
Messages
346
Reaction score
14
Points
18
Location
Central New York
You should find enough information here to be able to create your tunnel using the terminal.

If you search for it, there is also an old app, SSHTunnel, that I used to use that will do the tunneling for you.
[ edit: located it ... http://projects.tynsoe.org/en/stm/download.php ]
 
Last edited:

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top