![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 05:24 AM |
| Making Interactive program | sivasenthil_k | Shell Programming and Scripting | 4 | 07-23-2006 01:51 AM |
| In C Program, determine if job is running | BCarlson | High Level Programming | 12 | 07-16-2006 12:05 PM |
| running commands with remotely with Telnet | Terrible | Shell Programming and Scripting | 2 | 06-27-2006 04:47 PM |
| Running a program | perleo | UNIX for Dummies Questions & Answers | 3 | 08-23-2002 10:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Running an Interactive Program Remotely
now, i have a program that i would very much prefer to run remotely as i hate having to log into the box it is on.
the problem is, every command i have tried to run this remotely doesn't work. the commands tries to kick off the program on the remote box but then hangs. like take for instance, ssh root@galaxy '/usr/bin/soft/accoutlood -a username' when i kick off the above command, it looks like its going to run but it does not. it just kinda sits there and i would have to Control-C out of it to get the prompt back. anyway to deal with this. i want to be able to run the above command remotely like i would have been had i been on the box itself. any advice is appreciated. the remote system i'm running the above command from is a SunOS system. The sysstem that the program itself lives on is a Linux system. (maybe this could be an issue) |
|
||||
|
It sounds like a GUI application, right (just making sure)? Try adding -X to your ssh line to throw the windowing output back to your sun box (assuming you're accessing via a window manager like cde). If your firewall allows it (not blocking X11) and X11Forwarding is set to yes in your sshd_config file, you should be able to access the application that way.
Carl |
|
||||
|
Quote:
thanks for the reply. its not a gui application. its more like a interactive shell program |
![]() |
| Bookmarks |
| Tags |
| linux commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|