It might help to understand your situation better if you included the
commands you are running and verbose output.
That being said, a surprising number of ssh problems for me have arisen
from file and directory permissions that ssh does not "like". Check if
your permissions (on local and remote hosts) are agreeable. Here is an
example of how I set my permissions to ssh into localhost:
chmod 755 ~
chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_dsa
chmod 644 ~/.ssh/id_dsa.pub
chmod 600 ~/.ssh/authorized_keys
Regards,
Todd
On Mon, Apr 29, 2013 at 5:20 AM, SL <[email protected]> wrote:
> Hi,
>
> I'm seeing some strange behaviour with key based SSH login, wonder if
> anybody can offer some advice
> Have passwordless SSH, with key auth but am seeing ['my remote server]
> Login password for myuser:
>
> I don't understand this, because if I ssh myself into this box without a
> key, then I'm immediately disconnected. It also wont accept any password
> and just keeps repeatedly asking.
>
> I'm on a non standard port, but am setting this through env.port (and I
> think this is working on).
>
> Any ideas on what the problem might be?
>
> Thanks.
>
> _______________________________________________
> Fab-user mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
>
--
Todd DeLuca
http://todddeluca.com
http://wall.hms.harvard.edu/
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user