View previous topic :: View next topic |
Author |
Message |
lk42pro Tux's lil' helper

Joined: 21 Apr 2002 Posts: 114 Location: New Jersey, USA
|
Posted: Mon Apr 29, 2002 5:31 am Post subject: How to let people login my Gentoo box via Win's Exceed? |
|
|
Anyone has any idea on how to setup my Gentoo box so other people can access via Window's program Exceed? http://www.hummingbird.com/products/nc/exceed/index.html _________________ "I am a wanderer, It's time for me to wander again" |
|
Back to top |
|
 |
mglauche Retired Dev


Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Mon Apr 29, 2002 9:58 am Post subject: use ssh ... |
|
|
1) start sshd on your gentoo box:
emerge sshd
rc-script add sshd default (or so, just recalling from memory)
2) get putty for windows (search google for it, on the top of the page)
this is a GREAT ssh terminal for windows, got to the connection-ssh->tunnel tab, there select "enable X11 forwardin", save and connect to your gentoo box
3) start exeed (did anyone try the cygnus x11 server for win32 yet ?)
4) start application in the putty window (note: putty can load configs on startup, and can execute commands, and can auth against putty agent, so you can make a one click x-app launch. and its even secure!!
hope this helps,
Michael |
|
Back to top |
|
 |
lk42pro Tux's lil' helper

Joined: 21 Apr 2002 Posts: 114 Location: New Jersey, USA
|
Posted: Mon Apr 29, 2002 4:04 pm Post subject: |
|
|
thanks, i will try it and let you know if it works... _________________ "I am a wanderer, It's time for me to wander again" |
|
Back to top |
|
 |
lahaine n00b


Joined: 11 Jun 2002 Posts: 17 Location: England
|
Posted: Mon Jun 17, 2002 8:35 pm Post subject: Re: use ssh ... |
|
|
mglauche wrote: | 1) start sshd on your gentoo box:
emerge sshd
rc-script add sshd default (or so, just recalling from memory)
|
I assume this is included in openssh? I can't emerge sshd, it can't find it (and yes, I did an rsync).
Anyway, that way looks good if you want to be secure, but Exceed can be used if there are fewer security considerations (isolated network).
I can remotely telnet to my Gentoo box fine, and I can use Exceed telling it to use the Telnet remote method. |
|
Back to top |
|
 |
arkane l33t


Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Tue Jun 18, 2002 1:18 am Post subject: Re: use ssh ... |
|
|
lahaine wrote: | mglauche wrote: | 1) start sshd on your gentoo box:
emerge sshd
rc-script add sshd default (or so, just recalling from memory)
|
I assume this is included in openssh? I can't emerge sshd, it can't find it (and yes, I did an rsync).
Anyway, that way looks good if you want to be secure, but Exceed can be used if there are fewer security considerations (isolated network).
I can remotely telnet to my Gentoo box fine, and I can use Exceed telling it to use the Telnet remote method. |
Yeah, your right, OpenSSH comes with sshd in it. (I did that last night and found that out)
Exceed can still be used no matter what... when you use putty to connect, it creates an encrypted socket layer that has X11-forwarding. When you start an app, and it goes over the net connection, it does it over the SSH tunnel instead of blindly over the net. (theoretically anyway.)
I've done it once or twice, but I find it kinda cumbersome. If I'm on a Windows machine and need to run an X11 app, I roll over to my other machine.....
That'll probably change in the future due to laziness and becoming too fat to move, though. |
|
Back to top |
|
 |
bk-tech n00b

Joined: 16 Jun 2002 Posts: 3 Location: Denver, Colorado
|
Posted: Tue Jun 18, 2002 2:50 am Post subject: Re: use ssh ... |
|
|
Quote: | did anyone try the cygnus x11 server for win32 yet |
Seems to work ok, runs a little slow. And, successfully compiled fluxbox with ./configure && make && make install. Very slow when trying to run an X program remotely. |
|
Back to top |
|
 |
lahaine n00b


Joined: 11 Jun 2002 Posts: 17 Location: England
|
Posted: Tue Jun 18, 2002 7:13 pm Post subject: Re: use ssh ... |
|
|
arkane wrote: |
I've done it once or twice, but I find it kinda cumbersome. If I'm on a Windows machine and need to run an X11 app, I roll over to my other machine.....
That'll probably change in the future due to laziness and becoming too fat to move, though. |
I'm already there on both counts so I've got an icon on my XP laptop that runs an xterm on the Gentoo machine, from there I can run what I like without moving an inch  |
|
Back to top |
|
 |
billatq Tux's lil' helper


Joined: 09 Jun 2002 Posts: 96
|
Posted: Wed Jun 19, 2002 3:35 am Post subject: |
|
|
Don't forget to make sure that sshd allows tunneling of X programs!
|
|
Back to top |
|
 |
garion911 Tux's lil' helper

Joined: 04 Jun 2002 Posts: 88
|
Posted: Wed Jun 19, 2002 3:56 am Post subject: Alternative method |
|
|
Another method (insecure) that may be faster (no compression/encryption) would to be to use XDMCP to provide a "logon" screen..
You have to turn on XDMCP in your xdm program. Under kdm, you have to edit the /usr/kde/3/share/kdm/kdmrc file.
Then you would have to setup exceed to use XDMCP..
Its been a while since I've setup XDMCP, so I may be a little off on things. |
|
Back to top |
|
 |
syadnom Guru


Joined: 09 May 2002 Posts: 531
|
Posted: Wed Jun 19, 2002 4:10 pm Post subject: XDMCP |
|
|
garion911 is right...you should setup XDMCP in kdm or gdm. in kdm you MUST edit the kdmrc but in gdm it is in the configuration section of the login screen. very handy.
setup up XCEED to use XDMCP in broadcast mode and i will find ALL XDMCP servers around your local network for you, or you can connect directly via their IP address. |
|
Back to top |
|
 |
Yarrick Bodhisattva


Joined: 05 Jun 2002 Posts: 304 Location: Malmö, Sweden
|
Posted: Thu Jun 20, 2002 3:20 pm Post subject: Re: use ssh ... |
|
|
bk-tech wrote: | Quote: | did anyone try the cygnus x11 server for win32 yet |
Seems to work ok, runs a little slow. And, successfully compiled fluxbox with ./configure && make && make install. Very slow when trying to run an X program remotely. |
talking about slow remote x programs, i ran the UAE amiga emulator thru a ssh connection once. i started the good old game silkworm, and sometimes there came a new frame. and it used A LOT of badwidth... |
|
Back to top |
|
 |
arkane l33t


Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Thu Jun 20, 2002 6:44 pm Post subject: Re: use ssh ... |
|
|
Yarrick wrote: | bk-tech wrote: | Quote: | did anyone try the cygnus x11 server for win32 yet |
Seems to work ok, runs a little slow. And, successfully compiled fluxbox with ./configure && make && make install. Very slow when trying to run an X program remotely. |
talking about slow remote x programs, i ran the UAE amiga emulator thru a ssh connection once. i started the good old game silkworm, and sometimes there came a new frame. and it used A LOT of badwidth... |
I hope it was over at least a 10 base connection  |
|
Back to top |
|
 |
line72 Apprentice

Joined: 13 Jun 2002 Posts: 212
|
Posted: Thu Jun 20, 2002 7:48 pm Post subject: open gl |
|
|
would any of these options let you use opengl ( say i wanted to run glxgears on my linux box and have it displayed on my windows box) i currently use vnc and it doesn't let me use opengl (glx extension could not be found) |
|
Back to top |
|
 |
klieber Bodhisattva


Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu Jun 20, 2002 9:01 pm Post subject: |
|
|
moving to networking forum.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
 |
|