putty and Redhat

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat putty and Redhat
# 1  
Old 02-26-2011
putty and Redhat

Hi,

I use putty and vncviewer on XP to get screen form the RH Enterprise ws 6.0 . Although it has high quality of graphics scrolling down leads to blinks on screen which is annoying while using EDA design tools.

Is there anyway to utilize putty (with some extra tool) so that EDA design tool pops up in XP while connected with putty. (ie. when i launch the tool on the terminal provided by putty, it will run as if it is launched on XP)

regards..
# 2  
Old 02-26-2011
Actually yes, PuTTY is capable of forwarding X11(The standard UNIX window server) from the remote host to your machine, though there's a few steps in the process.

1) Install an X server on your Windows machine. There's many Windows implementations available, lots of them commercial, some open source(cygwin has one I believe).

2) Tell PuTTY to forward X11 back to your computer when you connect. That's under connection -> ssh -> X11. Now when the remote host connects to 127.0.0.1:????, it will actually connect to a socket made by sshd, which will obligingly forward the connection back to your ssh client, which will connect to the local X11 server you configured it to. (You may need to set X11Forwarding to "yes" in /etc/ssh/sshd_config on the remote host, then restart sshd.)

3) Make sure DISPLAY is exported to the appropriate address on the Linux machine(sshd will probably set it itself, but it's good to check).

4) Run the graphical Linux command on the remote terminal.

5) It should pop up on your screen.

Last edited by Corona688; 02-26-2011 at 01:26 PM..
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 02-26-2011
Xming works well with PuTTY

Xming X Server for Windows | Download Xming X Server for Windows software for free at SourceForge.net

Everything Corona said works just fine with Xming and no additional changes need to be made.
This User Gave Thanks to mark54g For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

2. UNIX for Dummies Questions & Answers

Regarding PUTTY

Hello Forum members There is no any time parameter on putty so how can I stay my putty ssh session always Alive? So please reply to my querry. I am looking forward from Forum. Advance Thanks Siva. (5 Replies)
Discussion started by: workforsiva
5 Replies

3. Red Hat

I cannot connect my redhat server via putty

a server with RHEL 5.3 is running. im going to access this via putty but get message "server unexpectedly closed network connection". after some time. same is the case with root and oracle user. what can be issue ? (7 Replies)
Discussion started by: rehantayyab82
7 Replies

4. Red Hat

Redhat server is not connected via putty

i have a redhat linux 5.3 machine. i can ping that machine remotely from my laptop. but when i connect that server via putty after providing username and password there is wait for some minutes and then i get error message "server unexpectedly closed network connection" Please guide... (2 Replies)
Discussion started by: rehantayyab82
2 Replies

5. UNIX for Advanced & Expert Users

Help for PuTTy.

I'm using PuTTY to establish a SSH connection to a remote UNIX machine. I need to fetch a file from the remote system into my local Windows system. Is it possible? If yes, how can I do that? (2 Replies)
Discussion started by: agnivaccent
2 Replies

6. Windows & DOS: Issues & Discussions

Putty disconnects after sometime

i am using Putty to do ssh to all the unix nodes that we have in our work environment. it is very strange that all my network connections will timeout quickly in 10 mins, it can either be a putty connection, sqlplus or toad. is there some setting that can help to prevent this. please let me know... (3 Replies)
Discussion started by: sudhiroracle
3 Replies

7. UNIX for Dummies Questions & Answers

Can't login through putty

I am changing root password by passwd. Now I can directly log into the system but I can not log in using puttytel. It will show an error "Incorrect Password":rolleyes: (1 Reply)
Discussion started by: arrs
1 Replies

8. UNIX for Advanced & Expert Users

Putty session

Dear all, We have a practice of getting user's passwords expired after 60 days and a strong password policy. When a user tries to enter a password which is not compliant to the policy which is set putty exists without giving any feedback to the user. Below is something i captured from the... (3 Replies)
Discussion started by: earlysame55
3 Replies

9. UNIX for Dummies Questions & Answers

putty

i am connecting to a unix-application using putty (xp). sometime, it is as if the putty is sending a form-feed char, because i am getting a blank screen, and by back scrolling i see the previous screen with all the related data. if i am using the xp-telnet, i get the screen/data correctly. ... (7 Replies)
Discussion started by: mifa-system
7 Replies

10. News, Links, Events and Announcements

PuTTY 0.59

On my opinion, one of the best ssh/telnet clients for windows, putty released a new version: Get it here, PuTTY 0.59 - PuTTY can now connect to local serial ports as well as making network connections. - Improved speed of SSH, particularly SSH-2 key exchange and public-key authentication -... (2 Replies)
Discussion started by: pressy
2 Replies
Login or Register to Ask a Question