Open Holek opened 2 years ago
ssh-ed25519
oya install
This issue has something to do with https://github.com/go-git/go-git/tree/master
Adding this line to KNOWN_HOSTS_FILE fixes the issue.
KNOWN_HOSTS_FILE
github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
Scenario
ssh-ed25519
) and use that exclusively.oya install
Culprit
This issue has something to do with https://github.com/go-git/go-git/tree/master
Adding this line to
KNOWN_HOSTS_FILE
fixes the issue.