Re: Generating SSL certificate for Apache HTTPD breaks SSH



On 12/7/06, samljones <sjones@xxxxxxxxxxxxxxx> wrote:
[snip]
debug1: Next authentication method: password
gladmin@camdevnet02's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
===========================================

After that last line, the cursor goes to the next line, and hangs. No
connection, no rejection, no command line, just flashing cursor. Can't even
ctrl-c out of it; have to close the terminal/tab.

This actually sounds like a system resource issue. At that point sshd fork()s
your login shell. Sounds like something is either stopping or slowing down the
fork()ing or exec()ing the shell.

Try waiting a while, to see if the shell prompt eventually appears.

--
And, did Galoka think the Ulus were too ugly to save?
-Centauri



Relevant Pages

  • Re: Generating SSL certificate for Apache HTTPD breaks SSH
    ... debug1: Authentication succeeded. ... After that last line, the cursor goes to the next line, and hangs. ... forking or execing the shell. ... accept incoming or outgoing connections, i don't remember exactly, ...
    (SSH)
  • ssh client hanging after authn for interactive sessions
    ... We're having some trouble on a linux ssh shell server. ... authentication for any interactive session. ... debug1: Connecting to anapnea.net port 22. ... debug2: fd 3 setting O_NONBLOCK ...
    (SSH)
  • SSH Taking a long time then kicking me out
    ... then it just hangs. ... 2minutes my ssh client says the remote machine closed the connection. ... debug1: Connection established. ... debug1: Trying private key: /cygdrive/f/Documents and ...
    (freebsd-questions)
  • Random Hang problem after SSH2_MSG_SERVICE_ACCEPT
    ... I've been able to ssh from my machine out to other machines every day ... debug1: Connecting to myserver.com port 22. ... Host 'myserver.com' is known and matches the RSA host key. ... as a user...it sits here and hangs until I Ctrl+C it. ...
    (comp.security.ssh)