Re: logout from ssh session
From: Gerald C. (list_at_psycho-hazard.net)
Date: 01/14/04
- Previous message: John Davidorff Pell: "Re: how to copy filename with spaces using scp"
- In reply to: David Danovich: "logout from ssh session"
- Next in thread: Dave Markham: "Re: Port forwarding more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 14 Jan 2004 09:36:32 +0100 To: secureshell@securityfocus.com
If you try to do that on an xterm or a console, the shell will say you "zsh:
you have running jobs." (i'm using the Z shell), and you'll have to type
logout a second time in order to lougout.
If you want to background a process and then logout, use the 'setsid' command
that detach the process from the terminal.
Best Regards,
GC.
Le Tue, Jan 13, 2004 at 09:15:52PM +0200, David Danovich a écrit:
> Hi,
>
> I am not sure that I am asking the right forum but I will try.
>
> I have several computers which connected through ssh using following
> command
>
> ssh user_name@computer_name
>
> and it works fine until I want to run some command (some job) in
> background using following
> command
>
> run &
>
> where run is some executable program. When I sent such a command and job
> still running I am not
> able to logout from the computer. When I write logout computer just
> freeze and wait till job finished.
> Without job running in background it is not a problem to logout.
> I do not know what is wrong. May be I need to change something in
> config_sshd? If I use telnet everything is fine.
>
> I would appreciate any help.
>
> Thank you David
>
-- Gérald Colangelo binarym@psycho-hazard.net http://psycho-hazard.net/~binarym/
- Previous message: John Davidorff Pell: "Re: how to copy filename with spaces using scp"
- In reply to: David Danovich: "logout from ssh session"
- Next in thread: Dave Markham: "Re: Port forwarding more than once"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|