Accessing UNIX remotely

This is a discussion about Accessing UNIX remotely in the Windows Software category; Hi, I want to access my university servers which are linux/unix based. I can use telnet to check my mail and stuff but it deosn't provide support for graphical application such as nedit editor. Is there a program in Windows 2000 that can help me do that or some other programs.

Windows Software 5498 This topic was started by , . Last reply by ,


data/avatar/default/avatar14.webp

507 Posts
Location -
Joined 2000-01-30
Hi,
 
I want to access my university servers which are linux/unix based. I can use telnet to check my mail and stuff but it deosn't provide support for graphical application such as nedit editor.
 
Is there a program in Windows 2000 that can help me do that or some other programs.
 
ARC

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 11
Created
Jan 12
Last Response
0
Likes
2 minutes
Read Time
User User User User User
Users

Responses to this topic


data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
I don't know about graphical terminal software, but I just want to point out that telnet sessions are all clear-text. That means anyone with a packet sniffer could determine your username and password. If this is a concern for you, you should look into shell access via SSH....

data/avatar/default/avatar08.webp

220 Posts
Location -
Joined 2000-05-09
first, this is a win2k forum, aight? =)
and the telnet port cannot be sniffed if its switched.
there something called vnc which can be used for remote x-sessions.
do a search @ google.com for that.
theres also another app but that doesnt work as well and i dont even remember what its called

data/avatar/default/avatar09.webp

6 Posts
Location -
Joined 2000-05-19
For X session on PC, you can install Exceed form Hummingbird on your PC. After telnet into the UNIX box run the command "DISPLAY=pc_ip_address:0.0;export DISPLAY" if your are running ksh,sh or bash, "setenv DISPLAY pc_ip_address:0.0" for csh and tcsh. Then any X program will display on your PC.
 
Like CUViper say, It's better to tunnel X with ssh but you still need exceed.
 
Joe

data/avatar/default/avatar13.webp

651 Posts
Location -
Joined 2000-07-31
I don't remeber who makes it, but my university offers a program called Xwin32 to us [possibly just called Xwin], so you may want to look into that, try your IT department first.
 
-bZj