TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ssh on SPARC/Linux?



  Hi,

I've just put ssh2.0.13 on a Red Hat 6.1/SPARC system. It's stock RH6.1,
ssh is the first thing I compiled on it. I'm running sshd on it and trying
to connect from several remote hosts.

It looks like it's authenticating, but then hanging. The last thing it
says is "debug: Setting controlling tty using TIOCSCTTY." and then it just
sits there forever. Anyone have any idea? I've attached the full debug log
below.


-Yaron

--
SSHD Debug Log:

WARNING: Development-time debugging not compiled in.
WARNING: To enable, configure with --enable-debug and recompile.
debug: Reading private host key from /etc/ssh2/hostkey
debug: Key comment: 1024-bit dsa hostkey
debug: SshUnixConfig/sshunixconfig.c:270/ssh_server_load_host_key: Reading
public host key from: /etc/ssh2/hostkey.pub
debug: Becoming server.
debug: Creating listener
debug: Listener created
sshd[852]: Listener created on port 22.
sshd[852]: Daemon is running.
debug: Running event loop
sshd[852]: connection from "192.168.0.2"
debug: Sshd2/sshd2.c:653/new_connection_callback: Wrapping stream with
ssh_server_wrap...
debug: ssh_server_wrap: creating transport protocol
debug: ssh_server_wrap: creating userauth protocol
debug: Sshd2/sshd2.c:663/new_connection_callback: done.
debug: new_connection_callback returning
debug: Unable to open /home/yaron/.ssh2/authorization
debug: ssh_sigchld_real_callback
sshd[852]: User yaron's local password accepted.
sshd[852]: Password authentication for user yaron accepted.
sshd[852]: User yaron, coming from 192.168.0.2, authenticated.
debug: Setting controlling tty using TIOCSCTTY.