You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
Current jsch does not support the new openssh key format.
I was getting this exception
This led me to this thread, which suggests updating jsch to this version which is more maintained.
Or you can convert your ssh keys to the old version as suggested in the SO thread.
Maybe just leave a note or point to this issue in the docs somewhere?