ssh - How to clone GIT repository with private key -
i trying create application clone git repository computer. question how clone secured repository if ssh keys not in default place.
i want let people upload keys , keys connect , clone repository.
so conclude: not want git key on default places, want 'give' path key file, , put in command (along passphrase if there any) somehow , cloned repository.
thank in advance!
it's not git looking, ssh. need specify keys in .ssh/authorized_keys
file, public key btw. private key stored on users machine.
Comments
Post a Comment