Originally posted by mdjd
thanks for the replies.
so, exactly how do i run the remote linux apps? do i need to download kde for X11? or is that already included in apple's x11? so far i've only been able to find xterm.
Do not set your display like this if you are using SSH, because this will cause your X11 session to go outside of the SSH channel. It will work but will not be secure. Your SSH server should set up your display variable itself. Sometimes you need to use the -X (or was that -x) when connecting from your Mac.export DISPLAY=192.168.0.100:0.0
Thanks for the tip. This worked very well (when I ssh'd with -X). Didn't even have to touch the Linux keyboard.Originally posted by ddtlm
Your SSH server should set up your display variable itself. Sometimes you need to use the -X (or was that -x) when connecting from your Mac.
Originally posted by peterjhill
I have used X-win32, and it pales in comparison with running x on a mac. Not to mention that windows does not include an ssh client. I prefer running X on a unix based system. I like having all my /bin apps waiting for me to call upon them.
Huh? You need to elaborate on how it "pales". I have no idea how you think that.I have used X-win32, and it pales in comparison with running x on a mac.
Is installing one really that hard?Not to mention that windows does not include an ssh client.
Irrelevant for remote sessions.I prefer running X on a unix based system. I like having all my /bin apps waiting for me to call upon them.
The ones I've used do.X-win32 does not integrate with the windows gui at all.
Huh? Xwin32 integrates fine into windows, it can be minimized and all that.I prefer the mac os x X11s integration with my normal operating environment. I like minimizing an app, and it shrinks to the dock.
Originally posted by peterjhill
...
Does anyone have a suggestion on where to add xhost +host commands so that they execute once per session. I was putting them in my .tcshrc, but I am sure you can understand why that gets annoying. I don't need it to do that every time I open a terminal window. I could make an alias for it, then I could make an alias for "ssh -X" that first executed the xhost + commands, then did the ssh -X.
For a real good (add free) set of ssh utilities for Windows, check out PuTTY by Simon Tathal.Originally posted by peterjhill
damn, youre right! When will MS incorporate ssh into their command shell? Is it there yet?
Originally posted by Bear
For a real good (add free) set of ssh utilities for Windows, check out PuTTY by Simon Tathal.
The programs have a small memory footprint and work well. I suspect anything MS could come up with would be overblown, use excessive memory and rather buggy.
PuTTY has a command line version available I think it is called something like PuttyTel.Originally posted by peterjhill
I like teraterm ssh better, but putty is good. I would like to sshd included with windows. Have it right on the command line. I don't need fancy windows for a terminal app.