Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: All configured authentication methods failed #1277

Closed
vahidvdn opened this issue Mar 5, 2023 · 2 comments
Closed

Error: All configured authentication methods failed #1277

vahidvdn opened this issue Mar 5, 2023 · 2 comments

Comments

@vahidvdn
Copy link

vahidvdn commented Mar 5, 2023

This is my configuration object:

const tunnelConfig = {
    host: 'xxx.xx.xxx',
    port: 22,
    username: 'root',
    privateKey: require('fs').readFileSync('/Users/myusr/.ssh/id_rsa'),
    passphrase: 'mypassphrase',
    tryKeyboard: true
  };

This is how I connect to DB with Sequel Ace via ssh:
Screen Shot 2023-03-05 at 11 45 25 PM

I also tested tryKeyboard and .on('keyboard-interactive' but no chance. Any idea?

@mscdex
Copy link
Owner

mscdex commented Mar 6, 2023

Possibly #989

@mscdex
Copy link
Owner

mscdex commented Apr 29, 2023

The aforementioned fix has now been committed and will be in a release soon. If you are still encountering the same issue after the fix, let me know.

@mscdex mscdex closed this as completed Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants