I followed SSH-Authentication to setup the collaboration plugin. I tried to use my ed_25519 key to clone a model repository.
However, cloning fails with invalid private key, see also issue [#88].
Reasons of why to update or switch the jsch lib (e.g., to mwiede/jsch):
openssh disabled rsa by default
rsa are discouraged or not possible any more in modern source code management tools
I guess I will have to fallback to https.
However, would be awesome if ed_25519 would work at some point :)
Thanks in advance!
I followed SSH-Authentication to setup the collaboration plugin. I tried to use my ed_25519 key to clone a model repository. However, cloning fails with
invalid private key
, see also issue [#88].Reasons of why to update or switch the jsch lib (e.g., to mwiede/jsch):
I guess I will have to fallback to https. However, would be awesome if ed_25519 would work at some point :) Thanks in advance!
Version of Archi, Operating System
Archi 4.9.3, 202203221030 Ubuntu 22.04.1 LTS
Version of this plug-in
Archi Collaboration (coArchi) 0.7.1.202102021056
Expected Behaviour
successful git clone model repository
Actual Behaviour
Caused by: com.jcraft.jsch.JSchException: invalid privatekey: ***
Steps to Reproduce the Behaviour