Re: Lancer une appli via ssh

Top Page

Reply to this message
Author: Nicolas Kowalski
Date:  
To: guilde
Subject: Re: Lancer une appli via ssh
Frédéric Ollivier <Frederic.Ollivier@???> writes:

> Bonjour,


Bonjour.


> je voudrais lancer une appli via ssh,
> aprés mettre connecté, je fais :
>
> ./mon_appli &
>
>
> le problème c'est quand je ferme mon client ssh, l'appli se ferme.
>
> Comment faire pour la rendre persistante ? (elle n'a pas d'option
> daemon)


Celà doit dépendre de ton client. Avec le client standard ssh, il
existe l'option '-f' :

Extrait de man ssh(1):

     -f      Requests ssh to go to background just before command execution.
             This is useful if ssh is going to ask for passwords or
             passphrases, but the user wants it in the background.  This
             implies -n.  The recommended way to start X11 programs at a
             remote site is with something like ssh -f host xterm.


Mes deux centimes.
--
Nicolas