$ eval "$(ssh-agent -s)" $ ssh-add -K ~/.ssh/id_ed25519
git remote add origin ssh://user@host/srv/git/example
/*in .git/config */ [remote "origin"] url = ssh://user@domain.com:/path/to/myrepo.git