- Download git client depends on your OS platform
- Open your .ppk key in PuTTY Key generator and export key to OpenSSH key:
- Content of this OpenSSH key store to file ~/.ssh/id_dsa (copy exported key to ~/.ssh folder and rename it to id_dsa)
- Now change security permissions on this file to 400 (chmod 400 ~/.ssh/id_dsa)
- Now cal ssh-add to load id_dsa key
And it’s done. Now you can use your git. For example clone some repository:
git clone ssh://git@server/~/repository/example.git
Automatic ssh-key loading during startup:
TODO
Leave a Reply