We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
I also tested tryKeyboard and .on('keyboard-interactive' but no chance. Any idea?
tryKeyboard
.on('keyboard-interactive'
The text was updated successfully, but these errors were encountered:
Possibly #989
Sorry, something went wrong.
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.
No branches or pull requests
This is my configuration object:
This is how I connect to DB with Sequel Ace via ssh:
I also tested
tryKeyboard
and.on('keyboard-interactive'
but no chance. Any idea?The text was updated successfully, but these errors were encountered: