Re: SSH Connectivity issues - Need Help

From: Darren Tucker (dtucker_at_gate.dodgy.net.au)
Date: 03/30/05


Date: 30 Mar 2005 07:33:48 GMT

On 2005-03-28, SriAaks@gmail.com <SriAaks@gmail.com> wrote:
> I'm trying to configure ssh connectivity between a linux (open ssh
> v3.4) & W2K server (Cygwin SSH v2.9) but getting the following error
> message.

That's a very old version of OpenSSH on your Windows box and it probably
has at least 1 security issue. You should consider upgrading it.

> 25035: Permission denied (publickey,keyboard-interactive).

Your server is offering only these two authentication methods, and your
client is trying only publickey (which the server doesn't accept).

You can run the server in debug mode to find out why the attempt is
refused (http://www.snailbook.com/faq/general-debugging.auto.html).

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


Relevant Pages

  • Re: GatewayPorts does not open remote end
    ... >which do not want Gatewayports. ... an external forwarder on the server to accept ... the ssh client on the remote host could ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: ClientAliveInterval question
    ... > sessions from expiring out of its state table. ... > ClientAliveInterval on the server side fixes these timeouts. ... Good judgement comes with experience. ...
    (SSH)
  • Re: SunOS 5.9 to AIX 5.3 ssh getting Connection closed
    ... Soliciting ideas... ... The really interesting output would be from the server at the other ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: OpenSSH 3.7 client truncates banner
    ... > one that comes from Titan. ... > new server and the new client truncates it from an old server. ... Good judgement comes with experience. ...
    (SSH)
  • Re: pubkey authentication problem
    ... the pinhole (without proxy command) ... The server could have some restrictions on where it will accept particular keys from. ... (On an OpenSSH server this would be a "from=" key restriction, but your server is another implementation and I don't know how it works.) ... Good judgement comes with experience. ...
    (SSH)