PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > comp.security.ssh > Reverse SSH Tunnel - an easy way?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.security.ssh SSH secure remote login and tunneling tools.

Reverse SSH Tunnel - an easy way?

Réponse
 
LinkBack Outils de la discussion
Vieux 12/12/2006, 18h43   #1
paulbrom@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Reverse SSH Tunnel - an easy way?

I have used Tunellier and freeSSHd to setup a tunnel from my home to my
work machine. However to use this system I need to initiate a
connection initially using a token based system. To avoid doing this
and to use the security of SSH I would like to setup a reverse SSH
tunnel from work to home. However googling I am a little lost.

I wish to login from home to work, but to do this without using any
tokens, the tunnel would have to be initiated from work. So - can
anyone point me to any resources that I can take a look at. Can I do
this with the client and server software that I presently use, or is
something else preferable and better.

I know that this sounds a very dumb question - I assume that the server
should still be at the work end and the client at home. If so, do I
have to create the tunnel at work before going home, or can this be
done remotely from home. If the latter, then how, because I cannot get
onto the work network without the token that I mentioned above, and I
wish to avoid using the token-based system.

Many thanks in anticipation of - I appreciate it. Apologies for
any dumb sounding questions. I did spend a lot of time initially
getting to grips with SSH in June of this year, and then opted for the
easier solution of using Tunellier as it was so easy to use Remote
Desktop with this. I would like to use Remote desktop again, hence the
simplicity of Tunellier appeals.

Paul Bromley

  Réponse avec citation
Vieux 13/12/2006, 16h36   #2
Chuck
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Reverse SSH Tunnel - an easy way?

paulbrom@gmail.com wrote:
> I have used Tunellier and freeSSHd to setup a tunnel from my home to my
> work machine. However to use this system I need to initiate a
> connection initially using a token based system. To avoid doing this
> and to use the security of SSH I would like to setup a reverse SSH
> tunnel from work to home. However googling I am a little lost.
>
> I wish to login from home to work, but to do this without using any
> tokens, the tunnel would have to be initiated from work. So - can
> anyone point me to any resources that I can take a look at. Can I do
> this with the client and server software that I presently use, or is
> something else preferable and better.
>
> I know that this sounds a very dumb question - I assume that the server
> should still be at the work end and the client at home. If so, do I
> have to create the tunnel at work before going home, or can this be
> done remotely from home. If the latter, then how, because I cannot get
> onto the work network without the token that I mentioned above, and I
> wish to avoid using the token-based system.
>
> Many thanks in anticipation of - I appreciate it. Apologies for
> any dumb sounding questions. I did spend a lot of time initially
> getting to grips with SSH in June of this year, and then opted for the
> easier solution of using Tunellier as it was so easy to use Remote
> Desktop with this. I would like to use Remote desktop again, hence the
> simplicity of Tunellier appeals.
>
> Paul Bromley
>


Sounds like you want an SSH server running at work with remote port
forwarding on the client at home. By token I guess you mean something
like the RSA key fob? With OpenSSH you don't need one. You can
authenticate with passwords or a keypair. You wouldn't need to start the
tunnel before leaving to go home from work. Just make sure the server is
running and that any corporate and personal firewalls allow you to pass
through them on whatever port you run the tunnel over.
  Réponse avec citation
Vieux 13/12/2006, 20h33   #3
paulbrom@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Reverse SSH Tunnel - an easy way?

Hi Chuck,

You are correct in that I use an RSA Key fob. I then get assigned an IP
address and that allows me in through our firewall, and that is the
problem - without the keyfob it is not possible to get through the
firewall. I then run an SSH tunnel within the VPN tunnel that has been
created.

What I want to do is to dispense with the RSA fob, but I can only do
this if it is possible to create an SSH tunnel in the reverse direction
- from work to home that I can then use RD over to connect to my
workstation at work. This is 'above board' it is just that there are a
load of jobsworths who consider that SSH is not secure enough.

Best wishes

Paul Bromley


Chuck wrote:

> paulbrom@gmail.com wrote:
> > I have used Tunellier and freeSSHd to setup a tunnel from my home to my
> > work machine. However to use this system I need to initiate a
> > connection initially using a token based system. To avoid doing this
> > and to use the security of SSH I would like to setup a reverse SSH
> > tunnel from work to home. However googling I am a little lost.
> >
> > I wish to login from home to work, but to do this without using any
> > tokens, the tunnel would have to be initiated from work. So - can
> > anyone point me to any resources that I can take a look at. Can I do
> > this with the client and server software that I presently use, or is
> > something else preferable and better.
> >
> > I know that this sounds a very dumb question - I assume that the server
> > should still be at the work end and the client at home. If so, do I
> > have to create the tunnel at work before going home, or can this be
> > done remotely from home. If the latter, then how, because I cannot get
> > onto the work network without the token that I mentioned above, and I
> > wish to avoid using the token-based system.
> >
> > Many thanks in anticipation of - I appreciate it. Apologies for
> > any dumb sounding questions. I did spend a lot of time initially
> > getting to grips with SSH in June of this year, and then opted for the
> > easier solution of using Tunellier as it was so easy to use Remote
> > Desktop with this. I would like to use Remote desktop again, hence the
> > simplicity of Tunellier appeals.
> >
> > Paul Bromley
> >

>
> Sounds like you want an SSH server running at work with remote port
> forwarding on the client at home. By token I guess you mean something
> like the RSA key fob? With OpenSSH you don't need one. You can
> authenticate with passwords or a keypair. You wouldn't need to start the
> tunnel before leaving to go home from work. Just make sure the server is
> running and that any corporate and personal firewalls allow you to pass
> through them on whatever port you run the tunnel over.


  Réponse avec citation
Vieux 14/12/2006, 05h07   #4
Richard E. Silverman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Reverse SSH Tunnel - an easy way?


ssh -R

--
Richard Silverman
res@qoxp.net

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 14h02.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12703 seconds with 12 queries