Re: remote ssh not closing after X program run

From: Sybren Stuvel (sybrenUSE_at_YOURthirdtower.imagination.com)
Date: 02/29/04


Date: 29 Feb 2004 11:42:09 GMT


["Followup-To:" header set to alt.os.linux.]
Bill Unruh enlightened us with:
> But when I log out from the remote machine, ssh still does not close.
> There is not remote X program running to hold the connection open, but
> it refuses to shut down the X connection.

I've seen that too. Try running 'ssh -v' to make it more verbose. A
quick fix: enter, tilde, ampersand will background the SSH session and
let it close on it's own.

Sybren

-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 


Relevant Pages

  • Re: Remote Execution Through FTP
    ... > I need to send some file from my local machine to a remote machine ... > generation mechanism in SSH. ... then you can script this quite easily using public key's to authenticate. ... Make sure the permissions on the .ssh directory and all the files in it are ...
    (comp.unix.admin)
  • Re: Is SSH worth it??
    ... > We would be using SSH and SCP. ... SCP for automated scripts. ... > client will not be prompted for a password. ... remote machine, but imho it is better to swap client+server and give ...
    (Security-Basics)
  • Re: getting ssh to work
    ... > I recently tried to ssh into my desktop from another machine, ... > The remote machine in question is running OpenSSH_3.6.1p2, ... try running ssh and/or sshd in debug mode. ... and then quit when the remote user logs ...
    (freebsd-questions)
  • [Full-Disclosure] SSH/OPENSSH HOLE ALL VERSIONS.
    ... ssh is a program for logging into a remote machine and for ... executing commands on a remote machine. ... I have informed ssh developers about this vulnerability and they have not ...
    (Full-Disclosure)
  • Re: remote ssh not closing after X program run
    ... > But when I log out from the remote machine, ... > There is not remote X program running to hold the connection open, ... Try running 'ssh -v' to make it more verbose. ... The problem with the world is stupidity. ...
    (alt.os.linux)