Background:
I've been installing a new copy of OpenSSH on Tiger due to numerous problems with the built-in one (DNS resolution that shouldn't be happening, problems with port forwarding, etc). I installed fink, used FinkCommander to install openssh and all dependencies, then set up my host keys and copied in my existing sshd_config file. Finally, I shut down the current daemon (service ssh stop), and started the new one (/sw/sbin/sshd -ddd).

Problem:
I cannot login to the new SSH client, presumably due to authentication problems. I am prompted for my password, but it fails every time. I tried "EnablePAM" and "UsePAM" set to yes; it didn't help. Nothing interesting I saw in the debug log:
debug2: load_server_config: filename /sw/etc/ssh/sshd_config
debug2: load_server_config: done config len = 138
debug2: parse_server_config: config /sw/etc/ssh/sshd_config len 138
debug1: sshd version OpenSSH_3.9p1
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /sw/etc/ssh/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1 key file /sw/etc/ssh/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: rexec_argv[0]='/sw/sbin/sshd'
debug1: rexec_argv[1]='-ddd'
debug2: fd 3 setting O_NONBLOCK
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug2: fd 4 setting O_NONBLOCK
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: fd 5 clearing O_NONBLOCK
debug1: Server will not fork when running in debugging mode.
debug3: send_rexec_state: entering fd = 8 config len 138
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8

I know OpenSSH problems are a frequent occurrence on this list, but I didn't see anything in the archives that helped my problem.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to