Subj : Re: ssh to ssh To : comp.os.linux.networking,comp.os.linux.help,comp.os.linux.questions,alt.linux,comp.os.linux From : Patrick McDonnell Date : Fri Aug 06 2004 11:24 am Michael Lodman wrote: > I have the following scenerio: > > Remote PC with Xmanager > > small linux gateway, with sshd and ssh but no X software > > local host with sshd and X software > > I am trying to do the following from the remote PC: > > ssh -X (gateway addr. x.x.x.x "ssh -X (local host add 192.168.25.40) > xterm" > You may want to setup port forwarding or something, to avoid SSH'ing an SSH. .