in reply to Re: Preferred authentication in Net::SFTP::Foreign
in thread Preferred authentication in Net::SFTP::Foreign

And that is where my problem is - if I have to configure PreferredAuthentication I would do it in .ssh/config which will be honored by SSH/SFTP and everyone else.

Unfortunately Net::SFTP::Foreign has chosen to override PreferredAuthentication and tried to do some sort of autodetection where none is really required.

I am really considering just forking off Net::SFTP::Foreign::Backend::Unix and purge that craziness :)
  • Comment on Re^2: Preferred authentication in Net::SFTP::Foreign