Hi, I want to access a openSUSE pc on my work using ssh and start
kopete, but I have to pass through the company proxy and another PC
The openSUSE PC isn’t accesible from internet, so ssh -X
myUser@openSUSE_PC kopete & don’t work
myPC → internet -->| proxy |–> server (with ssh) → openSUSE
how can I do that???
VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
I guess you can’t unless you have an ssh tunnel from the proxy to your openSUSE box, but this would probably make your sysadmin very unhappy. However, you can do it from the inside out (see Tunneling SSH over an HTTP-Proxy Server).
Or, again from the inside out, SSH to your home machine from work (means
you must allow that type of thing at home) and then reverse tunnel back
into your work box so then you SSH from your home box to itself (on a port
of your choosing) and it actually accesses your work box where you then
login and do whatever you want.
Good luck.
vodoo wrote:
> I guess you can’t unless you have an ssh tunnel from the proxy to your
> openSUSE box, but this would probably make your sysadmin very unhappy.
> However, you can do it from the inside out (see ‘Tunneling SSH over an
> HTTP-Proxy Server’ (http://www.mtu.net/~engstrom/ssh-proxy.php)).
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
What Vodoo and Ab said. Think about it: if you could easily set things up at work so that your machine exposes a server to the Internet, you’ve bypassed all of the security and firewalling that your SysAdmin went to a lot of trouble to put in place.
I.e., if anyone inside your network could expose a server, given the arrangement you’ve described, then what’s the point of having that arrangement?
You’ll either have to do what vodoo and ab have suggested, or go to your system administrator with hat in hand and convince him/her that you really need to expose SSH to the outside world. Don’t be surprised if you get a cold stare, though … …
Yes, considder your company’s policies on remote access. You could find yourself in a bit of trouble one day
Why would you even want to log on to Kopete on a remote pc? You should be able to connect to some messenger service from the pc you currently have access to.