Re: exit ssh connection
- From: Philipp Ghirardini <philipp.ghirardini@xxxxxx>
- Date: Thu, 30 Aug 2007 21:33:27 +0200
Richard E. Silverman wrote:
Richard E. Silverman wrote:
"PG" == Philipp Ghirardini <philipp.ghirardini@xxxxxx> writes:
PG> Hallo! I have written a Server/Client software where the server
PG> starts the clients depending on a plan.
PG> To start (fork and execve) the client the following command is
PG> used:
PG> ssh -o StrictHostKeyChecking=no -f doti@mangrove nohup
PG> /usr/bin/nice -n 19
PG> /netshares/commons/doti/localDist/CLIENT/lic_client 192.168.1.55
PG> 1234 mangrove /netshares/commons/doti/localDist/SERVER/config.txt
PG> cpu1 2 &
PG> After this call no ssh connection shall exist. But as long the
PG> client is running also the ssh connection is established.
PG> When i list it with ps aux the following line is shown:
PG> doti 28578 0.0 0.0 5932 1096 ? Ss 15:55 0:00 ssh -o
PG> StrictHostKeyChecking=no -f doti@mangrove nohup /usr/bin/nice -n
PG> 19 /netshares/commons/doti/localDist/CLIENT/lic_client
PG> 192.168.1.55 1234 mangrove
PG> /netshares/commons/doti/localDist/SERVER/config.txt cpu1 2 &
PG> I compared the pid with the pid created by fork and it seems that
PG> it is different.
PG> Can anyone help me please.
PG> kind regards Philipp Ghirardini
http://www.snailbook.com/faq/background-jobs.auto.html
"PG" == Philipp Ghirardini <philipp.ghirardini@xxxxxx> writes:
PG> Hallo! I have written a Server/Client software where the server
PG> starts the clients depending on a plan.
PG> To start (fork and execve) the client the following command is
PG> used:
PG> ssh -o StrictHostKeyChecking=no -f doti@mangrove nohup
PG> /usr/bin/nice -n 19
PG> /netshares/commons/doti/localDist/CLIENT/lic_client 192.168.1.55
PG> 1234 mangrove /netshares/commons/doti/localDist/SERVER/config.txt
PG> cpu1 2 &
PG> After this call no ssh connection shall exist. But as long the
PG> client is running also the ssh connection is established.
PG> When i list it with ps aux the following line is shown:
PG> doti 28578 0.0 0.0 5932 1096 ? Ss 15:55 0:00 ssh -o
PG> StrictHostKeyChecking=no -f doti@mangrove nohup /usr/bin/nice -n
PG> 19 /netshares/commons/doti/localDist/CLIENT/lic_client
PG> 192.168.1.55 1234 mangrove
PG> /netshares/commons/doti/localDist/SERVER/config.txt cpu1 2 &
PG> I compared the pid with the pid created by fork and it seems that
PG> it is different.
PG> Can anyone help me please.
PG> kind regards Philipp Ghirardini
http://www.snailbook.com/faq/background-jobs.auto.html
Thanks a lot! The thing I was looking for!
kind regards
Philipp Ghirardini
.
- References:
- exit ssh connection
- From: Philipp Ghirardini
- Re: exit ssh connection
- From: Richard E. Silverman
- exit ssh connection
- Prev by Date: Re: Double tunnel
- Next by Date: Re: SSH connection problem
- Previous by thread: Re: exit ssh connection
- Next by thread: SSH clients and hiding passwords
- Index(es):
Relevant Pages
|
|