Я сделал резервную копию конфигурации jenkins, скопировав файлы из каталога JENKINS_HOME. Я скопировал их в домашний каталог Jenkins на другом компьютере с новой установкой Jenkins. Когда я открыл одно из заданий, требующих загрузки файлов из репозитория git, я получил
Failed to connect to repository : Command "C:\Program Files\Git\cmd\git.exe ls-remote -h git@git.path.com:project/main.git HEAD" returned status code 128:
stdout:
stderr: Load key "C:\\WINDOWS\\TEMP\\ssh1234567.key": invalid format
Permission denied, please try again.
Permission denied, please try again.
git@git.path.com: Permission denied (publickey,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Но учетные данные присутствуют в учетных данных Jenkins. Папка .ssh также была скопирована. Любые предложения относительно того, что могло пойти не так?