James E. LaBarre wrote:
> I wanted to set up DD-WRT as a "jumpbox" for my systems at home, so tha 
> if I wanted to connect to my machines at the house, I could just use 
> that as an intermediary, and would connect to my main machine from there 
> (this would also allow me to leave that system off when I wasn't using 
> it, and I'd just use power-on-lan to start it)
> 
> Problem I've found is DD-WRT doesn't appear to have the ability to 
> enable X11 forwarding within it's SSH shell.  Which means X11 doesn't 
> get forwarded when I jump to the system inside my network.  Anyone have 
> any ideas on how to enable this (if it's possible)?  Everything I've 
> found on Google and the DD-WRT forums thus far has been about X11 
> forwarding from a machine inside the network.

Does DD-WRT not have a /etc/ssh/sshd_config file?  You also have to enable it
client-side (you can do this in the config file or on the command line with
"ssh -o ForwardX11=yes").  If you have this set up on client and server for
both hops, you should be able to get through.

(Be aware that X11 forwarding effectively lets anyone who can own your ssh
server own your X-server, don't do this with machines you wouldn't trust to
ssh back to your client machine)


> 
> (the router is a Linksys WRT300N v1.1)
> _______________________________________________
> Mid-Hudson Valley Linux Users Group                  http://mhvlug.org
> http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug
> 
> Upcoming Meetings (6pm - 8pm)                         Vassar College
>   Oct 2 - OpenFlow: Open Standard for Networking Hardware
>   Nov 6 - November Meeting
>   Dec 4 - December Meeting
> 


=============================================================================
michaelMuller = [email protected] | http://www.mindhog.net/~mmuller
-----------------------------------------------------------------------------
The world is full of security systems.  Hack one of them. - Bruce Schneier
=============================================================================
_______________________________________________
Mid-Hudson Valley Linux Users Group                  http://mhvlug.org
http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug

Upcoming Meetings (6pm - 8pm)                         Vassar College
  Oct 2 - OpenFlow: Open Standard for Networking Hardware
  Nov 6 - November Meeting
  Dec 4 - December Meeting

Reply via email to