YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.
The plugin seems to not manage agents to manage ssh-keys authentication with git repos.
INFO:YaCo:YaCo.save()
Traceback (most recent call last):
File "plugins/YaTools/YaCo/ImportExport/YaToolRepoManager.py", line 459, in update_cache
self.fetch_origin()
File "plugins/YaTools/YaCo/ImportExport/YaToolRepoManager.py", line 388, in fetch_origin
self.repo.fetch()
File "plugins/YaTools/bin/YaToolsPy32.py", line 1956, in fetch
return _YaToolsPy32.GitRepo_fetch(self, *args)
RuntimeError: Failed to authenticate SSH session: Unable to open public key file
The plugin seems to not manage agents to manage ssh-keys authentication with git repos.