« Return to Thread: Generating SSL certificate for Apache HTTPD breaks SSH

Re: Generating SSL certificate for Apache HTTPD breaks SSH

by Robert Hajime Lanning :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

On 12/7/06, samljones <sjones@...> 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

 « Return to Thread: Generating SSL certificate for Apache HTTPD breaks SSH