Re: Trouble using authPubkey authentication (General questions)
Unfortunately no, if i copy my private key on another linux system and then I do an ssh from the command line (i.e ssh -i ./private_key -p 2222 host) it works.
My program doesn't work, so i think it's a string manipulation problem
I made some test but I saw that the text in the private key file is right, could it be an error in the variant conversion ?
Damiano,
you said if you copy public key to another linux it works ok? With your current code? Then it could be server issue, not conversion issue?