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
This was not a problem with earlier alpine releases.
On the sftp side: no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 [preauth]
Current workaround: Use alpine 3.7 docker pull atmoz/sftp:alpine-3.7
This is not ideal as older release won't have a lot of features/updates.
The text was updated successfully, but these errors were encountered:
Previously able to connect with JSch, after pulling recent version with #307/#308 changes this is not working any longer.
Get this error:
This was not a problem with earlier alpine releases.
On the sftp side:
no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521 [preauth]
Current workaround: Use alpine 3.7
docker pull atmoz/sftp:alpine-3.7
This is not ideal as older release won't have a lot of features/updates.
The text was updated successfully, but these errors were encountered: