[SLUG] Broken sshd problem

2000-09-14 Thread Jason Rennie
Hi all, I set up ssh on a friends machine, and for reasons unknown it is now broken. when you login, using verbose mode you get the following [EMAIL PROTECTED]'s password: debug: Requesting compression at level 6. debug: Enabling compression at level 6. debug: Requesting pty. debug:

Re: [SLUG] Broken sshd problem

2000-09-14 Thread Howard Lowndes
Is the sshd at bloodgod set to accept passwords? It may only be configured to do RSA authentication. -- Howard. __ LANNet Computing Associates http://www.lannet.com.au On Thu, 14 Sep 2000, Jason Rennie wrote: Hi all, I set up ssh on a

Re: [SLUG] Broken sshd problem

2000-09-14 Thread Jason Rennie
Is the sshd at bloodgod set to accept passwords? It may only be configured to do RSA authentication. Like this right ? # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no # Uncomment to disable s/key passwords #SkeyAuthentication

Re: [SLUG] Broken sshd problem

2000-09-14 Thread Howard Lowndes
When you say telnet, I assume you mean the default port 23 which is not ssh. There is no reason why that shouldn't work if you have a telnet daemon running on the other end. You would also be able to telnet to port 22 (ssh), but you wouldn't get anywhere cos you wouldn't be able to do the