Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to run commands on a remote machine using ssh(no interactive shell)
Posted by Philipp Esselbach on: 03/08/2011 03:03 PM [ Print | 0 comment(s) ]
Linuxers posted a tutorial about running commands on a remote machine using ssh
We all use ssh to access machines remotely, but not many know that instead of using a shell we can use ssh to simply run a command on the remote system. Just add the command, you want to be executed, after the user@host part and instead of throwing an interactive shell, ssh will run the command on the remote machine and show you the output(if any).
How to run commands on a remote machine using ssh(no interactive shell)
Related Threads
07/14/2006 06:13 AM: How to Remove Fedora 5 and install Windows XP (2) by sanpraka
07/13/2006 04:40 PM: how to run VBA macros of MSExcel in Linux (1) by danleff
06/30/2005 01:03 AM: how to reinstall rh90 grub starter into floppy ,boot from floppy using grub sta (6) by danleff
11/11/2004 06:42 PM: How to remove Fedora core 2 and keep windows xp (6) by ibanez11223
02/16/2004 10:59 AM: how to run xmms?????? (7) by idud
07/13/2006 04:40 PM: how to run VBA macros of MSExcel in Linux (1) by danleff
06/30/2005 01:03 AM: how to reinstall rh90 grub starter into floppy ,boot from floppy using grub sta (6) by danleff
11/11/2004 06:42 PM: How to remove Fedora core 2 and keep windows xp (6) by ibanez11223
02/16/2004 10:59 AM: how to run xmms?????? (7) by idud
