I try to simplify my work with git, then i try to pull my repository with
git pull
i get "Permission denied (publickey), i solve this by two commands:
1. ssh-agent /bin/bash
2. ssh-add /root/.ssh/mykey
Enter passphrase for /root/.ssh/mukey * - now i cat use "git pull"
but then i connect next time via ssh i must reenter this two commands again and again
how to make it auto init to skip this steps ?