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

sshportal enable keyboard-interactive ? #474

Open
sylvaing35 opened this issue Sep 22, 2023 · 0 comments
Open

sshportal enable keyboard-interactive ? #474

sylvaing35 opened this issue Sep 22, 2023 · 0 comments

Comments

@sylvaing35
Copy link

Hello,

I am trying to implement publicKey connection and MFA on my server.
I have change on my server the sshd_config file by adding this :

AuthenticationMethods publickey,keyboard-interactive:pam

So when I am connecting to my server with an ssh command, both verification are done, publicKey and pam (that trigger my MFA)
But when I am using sshportal to connect to the same server, the connection is refused. (server refused to allocate pty)

I think it's due to sshportal that handle the wait for MFA system.
Is there anyway to implement it ?

Regards,
ROBERT Sylvain

@sylvaing35 sylvaing35 changed the title sshportal and MFA sshportal enable keyboard-interactive ? Oct 5, 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

1 participant