I have the following situation
A server named SERVERA that has a real IP address
and a SERVERB that has a local IP address
I can ping SERVERA from SERVERB but NOT SERVERB from SERVERA
 
This is on a public LAN and I have no acces to the routers in order to make both servers visible
I wnat to make a secure connection form SERVERB to server A using SSH.
If I use PasswordAuthentification e3verything works fine.
But, If I want to use No PasswordAuthentification, (using private key), it is not possible. The error is , that can not Reverse the Address (local address).  I try to put ReverseMappingCheck no but nothing works. Is there any possibility to disable the Map reverse checking, or a solution to my problem?

Reply via email to