After the ciphers problem , I face some problems in authenticating with the use of public key. I used ssh-keygen -t rsa to create my own rsa public and private keys. Then, I editted the value of PublicKeyAuthentication so as it becomes yes in ssh_config file. I also copied public key mykey.pub to server and added it to authorized_keys (cat mykey.pub >> authorized_keys).
But, for my dissapointment, ssh denies to accept my prays ...

Could you help me ? Any propositions? I have searched all the Internet till now but I didnt find a positive solution.