I tried to get my private/public key in order to get connected on my linux debian with putty without password.
I got no problem to generate it with this command :
ssh-keygen -t rsa
The problems occured when I do it :
ssh-copy-id -i /.ssh/id_dsa.pub "login@DNS_server -p "
I got this error : Bad configuration file .
Here is a screenshot of this situation (I hide my ip of course) :
Any hints about how to fix it ?