GUI via secure shell


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers GUI via secure shell
# 1  
Old 12-30-2010
GUI via secure shell

Hi

i am connected to remote system using putty over ssh-1 version. i can see the command line and able to perform the operations through it.

is it possible to have a GUI interface of my login rather than terminal access?

do i need to use any client other than putty ?

any help is much appreciated .

--
thank you
rakesh kumar
# 2  
Old 12-30-2010
If the remote system has a VNC server running then you could use a VNC viewer on your system tunnelled via putty.
# 3  
Old 12-30-2010
You are probably after something like this
# 4  
Old 12-30-2010
you can tunnel X11 over PuTTY or any SSH client that supports X11 forwarding. You will need a local X server though. Check out Cygwin.


on a side note you really should be using the SSH-2 protocol.
# 5  
Old 01-04-2011
hi frank
i have registered to my server with my ssh rsa 1 keys . when i select version 2 its not connect even via command line and stating a message "unable to use the private key". the terminal able to access only if i select button "1 only".

so is it possible to use the version 1 of the ssh for tunnelling X11??
# 6  
Old 01-04-2011
give it a try
Code:
 ssh -X ...

look at the ssh man pages
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Red Hat: Error connecting using secure shell

Hi All, I am getting below error when I try to connect with ssh. Not sure why the error is on.I am able to connect from a different login from the same server (local: rhe/home/s3>) ssh acces1@91.1.12.102 Connection closed by 91.1.12.102 (local: rhe/home/s3>) ssh redhlinx102 Connection... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies

2. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

3. HP-UX

Issue Patching Secure Shell...

I'm trying to patch an HPUX 11i v3 machine. The file I'm installing is "HP_UX_11i_v3_SecureShell_A.06.20.030._HP-UX_B.11.31_IA_PA.depot". I get the following output in the log: * Reading source for product information. *Reading source for file information. The corequisite ... (3 Replies)
Discussion started by: chambo
3 Replies

4. Shell Programming and Scripting

Shell Installer GUI

Hey guys, I just can't seem to find any hints on this topic (or maybe I just don't find the correct search terms to use :rolleyes: ). My company developed an application which requires harsh configuration to run it on a server. So I wrote a LOT of shell scripts which take care of the... (2 Replies)
Discussion started by: fatfingerjoe
2 Replies

5. AIX

AIX and Secure Shell

I just installed 5.3 TL0 on a B50 server. I need to get ssh installed. I tried the links at http://sourceforge.net/projects/openssh-aix] I downloaded openssh_5.2p1_aix53.tar and openssh-4.5_srcpatch.tar. The installation failed. The notes say that this was compiled for TL 8, and mine is... (3 Replies)
Discussion started by: Geekasaurus
3 Replies

6. Shell Programming and Scripting

Secure coding standards for Shell Programming

Hi, Can anyone point me to Secure coding standards for shell programming guides, links etc etc... Thanks and regards, Vamsi K Surampalli. (2 Replies)
Discussion started by: vamsisurampalli
2 Replies

7. Shell Programming and Scripting

f-secure sftp in shell script

Hi, I am trying to use sftp in a ksh - Shell script, but not even a simple script like this returns not output: sftp username@remotehost <<END ls END If I do something like this: sftp username@remotehost <<END | tee logfile ls END I get this error message: Warning: tcgetattr... (1 Reply)
Discussion started by: friand
1 Replies

8. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies
Login or Register to Ask a Question