raven writes:
> Hi guys, i have this net topology:
I suppose you want to ssh to your localmachine when you are nowhere.
For that, you can ssh to your externalserver.com, and then ssh to your
localmachine.local.
On the local machine :
localmachine$ ssh -R5022:localhost:22 externalserver.com
You can automaticate this using some scripts, see the man of ssh and
ssh-keygen.
Now, externalserver listen on localhost:5022, and forward that to
localmachine:22.
On the externalserver, you can now connect to your localmachine :
externalserver$ ssh -p 5022 localhost
localmachine$
--
Guillaume Pinot http://www.irccyn.ec-nantes.fr/~pinot/
``Computers are good at following instructions, but not at reading your
mind.'' -- Donald E. Knuth, the TeXbook
() ASCII ribbon campaign -- Against HTML e-mail
/\ http://www.asciiribbon.org -- Against proprietary attachments
| Greg Kroah-Hartman | [PATCH 012/196] nozomi driver |
| Ingo Molnar | Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 |
| Rafael J. Wysocki | [PATCH -mm 5/6] Freezer: Remove PF_NOFREEZE from bluetooth threads |
| Ingo Molnar | Re: [PATCH 00/23] per device dirty throttling -v8 |
git: | |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Natalie Protasevich | [BUG] New Kernel Bugs |
