Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: when does ssh return? |
|---|---|
| Date: | Mon, 8 May 2006 14:17:14 -0500 |
something like: ssh dave@popcorn "nohup sleep 10 > /dev/null 2>&1 &" Might get what you want. -----Original Message----- From: David Richardson [mailto:dgr24@drexel.edu] Sent: Friday, May 05, 2006 3:04 PM To: secureshell@securityfocus.com Subject: when does ssh return? I've looked through ssh man page and FAQ and tried a google search, but can't seem to figure out how to use ssh to start a command on a remote machine, have ssh exit immediately, and still have the command running on the remote machine. When I do [popcorn][~]$ time ssh dave@popcorn "sleep 10&" real 0m10.216s user 0m0.060s sys 0m0.000s ssh waits for the sleep to finish. Does anyone either understand why ssh is waiting for sleep to finish or how to make it not do it? I've tried ssh dave@popcorn "run_and_return sleep 10" where run_and_return is the bash script: #!/bin/bash ?@& and a similar thing with a perl script that forks. I even tried having the perl script fork, have its child fork, and then the grandchild execute the command. But ssh keeps sticking around... Thanks for any help, Dave p.s. I'm using [popcorn][~]$ ssh -V OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f on [popcorn][~]$ uname -a Linux popcorn 2.4.20-6 #1 Thu Feb 27 10:01:19 EST 2003 i686 athlon i386 GNU/Linux with Fedora Core 2 installed. This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: FW: SSH/SFTP rc problem in Solaris., Dony Pierre |
|---|---|
| Next by Date: | Re: when does ssh return?, Jacob Pipkin |
| Previous by Thread: | Re: when does ssh return?, Giancarlo Razzolini |
| Next by Thread: | RE: prngd usage on OpenSsh4.3p2, Brett.Wickman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |