Cyberia wrote:
> 
> Hi,
> i'm running ssh2 and would like to use it to make connections to my home
> network over the Internet.
> But!
> When i try to connect to remote Server (behind a router which is doing
> IP MAQUARADING) i become a message:
> 
> Disconnected; authentication error (No further authentication methods
> available.).
> 
> I know that something is wrong whit my ssd2_config file but ... i can't
> discover the mistake
> Bye


I had the same problem.  Here is the solution I got from the
ssh mailing list...


Sami Lehtinen wrote:
> OK, here's the key. You probably have "RequireReverseMapping" set to
> "yes". Because the server can't reverse map the client's name, it
> denies connection. Now, because we don't want to give out why the
> attempt failed, we produce the exact same results as if the password
> authentication failed.
> 
> If this is the case, you should either
> a) (the easy way)
> set "RequireReverseMapping" to "no" in sshd2_config
> b) (the more secure way)
> add the client's IP-address to "AllowHosts", again in sshd2_config
> 
> --
> [[EMAIL PROTECTED]          --  Sami J. Lehtinen  --           [EMAIL PROTECTED]]
> [work:+358 9 85657425][gsm:+358 50 5170 258][http://www.iki.fi/~sjl]
> [SSH Communications Security Corp               http://www.ssh.com/]

Reply via email to