tedfeely
04-13-2003, 04:59 PM
Is there such a thing as software that provides a graphical user interface to a Linux shell? I'm looking for an alternative to my Putty command line software.
Thanks.
Thanks.
![]() | View Full Version : remote graphical ssh interface tedfeely 04-13-2003, 04:59 PM Is there such a thing as software that provides a graphical user interface to a Linux shell? I'm looking for an alternative to my Putty command line software. Thanks. nmluan 04-13-2003, 05:39 PM not to a linux shell, but a linux x-windows desktop (even better huh? :) Try search for VNC ML tedfeely 04-13-2003, 06:21 PM Thanks ML. However this seems to be a way of viewing a remote desktop. My problem is I'm remote from the server and do not have access to a graphical user interface at the server. Here's the writeup for VNC at Tucows: This is a remote display system which allows you to view a desktop from anywhere on the Internet. It includes remote access from a server to a viewer with the exact desktop in full mode, customizable features for any connection on the server you create, and the ability to shut down and access the computer to unlock a locked system from the remote. Am I just out of luck? nmluan 04-14-2003, 12:40 AM If VNC - remote desktop connection - is not what you need then I don't quite understand what you mean by "graphical user interface" Will you explain more clearly what you need? You need to access the server's linux graphical user interface (X, KDE..) remotely? if so VNC is your choice. Or you want something that allows you to control your server interactively and remotely? how about web interface? if so try Webmin (free) or CPanel for $1400. Since you're just like the vast majority of server admins out there (and here) who are thousands miles away from their server and have to go through SSH to control their box, there must be something that suits your needs. You just need to be clearer so that people can help you out. :) ML titoboo 04-14-2003, 01:12 AM Originally posted by tedfeely Is there such a thing as software that provides a graphical user interface to a Linux shell? I'm looking for an alternative to my Putty command line software. Thanks. search google for WinSCP .. Slidey 04-14-2003, 02:56 AM if you're running X you could always tunnel an x client through an ssh tunnel... :D Techark 04-14-2003, 03:07 AM www.xmanager.com But it is better to learn a little command line. tedfeely 04-14-2003, 11:41 AM Thank you for your good ideas. It seems as though winscp does just what I need. Here's the URL and summary description for others who might be interested: http://winscp.vse.cz/eng/about.php WinSCP can do all basic operations with files, such as copying and moving (to and from a remote computer). It also allows you to rename files and folders, create new folders, and change properties of files and folders. Thanks, again. Techark 04-14-2003, 12:02 PM Originally posted by tedfeely Thank you for your good ideas. It seems as though winscp does just what I need. Here's the URL and summary description for others who might be interested: http://winscp.vse.cz/eng/about.php WinSCP can do all basic operations with files, such as copying and moving (to and from a remote computer). It also allows you to rename files and folders, create new folders, and change properties of files and folders. Thanks, again. OK I thought you were looking for graphical replacement for putty WinSCP is not that. It is a graphical secure FTP like client only. You cannot run line commands from it, only move and copy files. inteltechs 04-14-2003, 01:06 PM for ssh remotely... I would recommend to use command line :) |