ssh - use rsa_id file with git -



ssh - use rsa_id file with git -

i have git bash installed , next file : "myname.rsa_id"

i have git repository link : ssh://apache@xxxx:/appli/apache/git/folders.git

when doing git clone link, it's asking me password don't have, know have utilize rsa file, don't know how, have tried multiple methods, adding file in .ssh folder in home git, it's not working.

does explain me how clone repository.

thanks in advance

by default, git private key named id_rsa. other alternative add together key ssh agent used automatically when connecting via ssh.

ssh-add ~/.ssh/myname.rsa_id

you'll need create sure ssh agent running work. operating scheme running?

git ssh

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -