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
Hi,
thank you for the plugin.
We are using the plugin to connect to an Ubuntu SFTP server.
After upgrading Ubuntu from release 20 to 22 the sftp connection was not possible anymore.
Error on server side:
userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
Workaround was to add ssh-rsa on server side:
PubkeyAcceptedAlgorithms=+ssh-rsa
Is there a possibility to change the algortihm from ssh-rsa to a more secure algo with config?
Or would we need a change e.g. in /master/lib/fastlane/plugin/sftp/helper/sftp_helper.rb
best regards
Malte
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
I try to have a look into this, but my first guess would be to update the versions of net-ssh and/or net-sftp in file
fastlane-plugin-sftp.gemspec
net-ssh is currently at 7.1 so there will be probably additional code changes to be made.
No problem. This workaround stills works for us.
Feel free to reach out to me if you need help with testing the new release after updating to net-ssh 7.1.0
Hi,
thank you for the plugin.
We are using the plugin to connect to an Ubuntu SFTP server.
After upgrading Ubuntu from release 20 to 22 the sftp connection was not possible anymore.
Error on server side:
userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms [preauth]
Workaround was to add ssh-rsa on server side:
PubkeyAcceptedAlgorithms=+ssh-rsa
Is there a possibility to change the algortihm from ssh-rsa to a more secure algo with config?
Or would we need a change e.g. in /master/lib/fastlane/plugin/sftp/helper/sftp_helper.rb
best regards
Malte
The text was updated successfully, but these errors were encountered: