ssh, putty not flexiable enough |
Author: |
Message: |
Jarrod
Veteran Member
woot simpson
Posts: 1304 Reputation: 20
– / /
Joined: Sep 2006
|
O.P. RE: ssh, putty not flexiable enough
quote: Originally posted by ShawnZ
you mean connect to a proxy through another proxy? sure you can...
even then the traffic still goes through the outbound proxy with the web filter on it
|
|
12-06-2008 03:42 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: ssh, putty not flexiable enough
quote: Originally posted by Jarrod
quote: Originally posted by ShawnZ
you mean connect to a proxy through another proxy? sure you can...
even then the traffic still goes through the outbound proxy with the web filter on it
so you're saying the web filter that you're trying to avoid is capable of looking into proxies, but not ssh tunnels?
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
12-06-2008 03:43 AM |
|
|
wj
Former Admin
I aim to misbehave.
Posts: 2224 Reputation: 52
39 / – /
Joined: Mar 2002
|
RE: ssh, putty not flexiable enough
quote: Originally posted by ShawnZ
quote: Originally posted by Jarrod
quote: Originally posted by ShawnZ
you mean connect to a proxy through another proxy? sure you can...
even then the traffic still goes through the outbound proxy with the web filter on it
so you're saying the web filter that you're trying to avoid is capable of looking into proxies, but not ssh tunnels?
SSH Tunnels are encrypted, While the proxy can probably see the tunnel, it cant tell what is in it.
Have you tried DNS Tunneling? http://www.daemon.be/maarten/dnstunnel.html It might suffice better then what you are trying to do.
"A towel is about the most massively useful
thing an interstellar hitchhiker can have."
|
|
12-06-2008 04:58 AM |
|
|
TheSteve
Full Member
The Man from Japan
Posts: 179 Reputation: 23
40 / /
Joined: Aug 2005
|
RE: ssh, putty not flexiable enough
Could OpenVPN be a possible option?
It appears to support NTLM HTTP proxies.
This post was edited on 12-06-2008 at 05:45 AM by TheSteve.
|
|
12-06-2008 05:41 AM |
|
|
Jarrod
Veteran Member
woot simpson
Posts: 1304 Reputation: 20
– / /
Joined: Sep 2006
|
O.P. RE: ssh, putty not flexiable enough
quote: Originally posted by ShawnZ
quote: Originally posted by Jarrod
quote: Originally posted by ShawnZ
you mean connect to a proxy through another proxy? sure you can...
even then the traffic still goes through the outbound proxy with the web filter on it
so you're saying the web filter that you're trying to avoid is capable of looking into proxies, but not ssh tunnels?
exactly
quote: Originally posted by wj
quote: Originally posted by ShawnZ
quote: Originally posted by Jarrod
quote: Originally posted by ShawnZ
you mean connect to a proxy through another proxy? sure you can...
even then the traffic still goes through the outbound proxy with the web filter on it
so you're saying the web filter that you're trying to avoid is capable of looking into proxies, but not ssh tunnels?
SSH Tunnels are encrypted, While the proxy can probably see the tunnel, it cant tell what is in it.
Have you tried DNS Tunneling? http://www.daemon.be/maarten/dnstunnel.html It might suffice better then what you are trying to do.
possibally
quote: Originally posted by TheSteve
Could OpenVPN be a possible option?
It appears to support NTLM HTTP proxies.
ok i know open vpn would work,
but i have ssh running already and it works and it goes through the http tunnel fine and it is a great solution,
i'm just trying to find a way to launch custom sessions, so if i could write putty session files i would use that,
the problem is that the command line interface which i have in a batch file (so i can change it) does not allow me to define the settings i am able to in the gui.
so i was wondering if there was a client that would allow me to do this,
alternatively i just need a way to create putty sessions without putty like in my other thread, but i can't seem to solve this line break problem.
also if i finish that python app, i will compile it and bundle it with putty and compile them in to one exe, using py2exe then using qbc(quick batch compiler)
|
|
12-06-2008 06:11 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: ssh, putty not flexiable enough
quote: Originally posted by Jarrod
but i have ssh running already and it works and it goes through the http tunnel fine and it is a great solution,
no, it's a shit solution! look at how many fucking hoops you have to jump through to get it to work the way you want!
the proper solution is the easiest solution that does what you want.
i didn't think the computer was yours -- if it is, openvpn would possibly be the best way to do it.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
12-06-2008 02:35 PM |
|
|
Jarrod
Veteran Member
woot simpson
Posts: 1304 Reputation: 20
– / /
Joined: Sep 2006
|
O.P. RE: ssh, putty not flexiable enough
quote: Originally posted by ShawnZ
i didn't think the computer was yours -- if it is, openvpn would possibly be the best way to do it.
it's not, does it matter that much?
well at the moment all i need to do it load a session and it works, but if my mate wants to use it he needs to change the session around slightly, we just wanted to automate the modification of the session
|
|
12-06-2008 10:25 PM |
|
|
TheSteve
Full Member
The Man from Japan
Posts: 179 Reputation: 23
40 / /
Joined: Aug 2005
|
RE: RE: ssh, putty not flexiable enough
quote: Originally posted by Jarrod
if i could write putty session files i would use that.
You can change putty sessions by modifying the registry.
The putty sessions are stored in:
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions
Tunnels are stored in a string value called PortForwardings.
Each tunnel specification is separated by a comma.
Example (Forwards VNC,SMTP and POP3 in to the network of the SSH server.):
L5900=192.168.0.4:5900,L25=192.168.0.5:25,L110=192.168.0.10:110,
|
|
12-07-2008 12:47 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: ssh, putty not flexiable enough
quote: Originally posted by Jarrod
it's not, does it matter that much?
well at the moment all i need to do it load a session and it works, but if my mate wants to use it he needs to change the session around slightly, we just wanted to automate the modification of the session
seriously, just use openvpn. it would have taken less time to just set up openvpn than it did to reply to that post about not using putty.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
12-07-2008 12:47 AM |
|
|
Jarrod
Veteran Member
woot simpson
Posts: 1304 Reputation: 20
– / /
Joined: Sep 2006
|
O.P. RE: ssh, putty not flexiable enough
quote: Originally posted by ShawnZ
seriously, just use openvpn. it would have taken less time to just set up openvpn than it did to reply to that post about not using putty.
i was asking for alternative clients not alternative protocols, i can do it with putty if i solve this problem
http://shoutbox.menthix.net/showthread.php?tid=87541
|
|
12-07-2008 04:31 AM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|