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

Allow multiple authentication methods #166

Open
ungeskriptet opened this issue May 14, 2024 · 3 comments
Open

Allow multiple authentication methods #166

ungeskriptet opened this issue May 14, 2024 · 3 comments
Labels
todo // Todo:

Comments

@ungeskriptet
Copy link

ungeskriptet commented May 14, 2024

When a server is configured to ask for a key and a password to login, Sshwifty will fail and not connect.

Steps to reproduce:

  1. Setup an ssh server
  2. Configure key and password authentication (In sshd_config: AuthenticationMethods publickey,password)
  3. Try to login to the server from Sshwifty

Screenshot_20240514-082406_Kiwi Browser

@nirui nirui added the todo // Todo: label May 14, 2024
@nirui
Copy link
Owner

nirui commented May 14, 2024

Hi. I'm sorry Sshwifty don't currently support that. But the issue is valid, I've added this Issue to the TODO list so I can remember to implement it in the future.

But ... don't hold your breath through, it may take awhile. You'll receive notification here if any update about this is available.

@finexss
Copy link

finexss commented Aug 26, 2024

I also have this error message here.
Server System: Ubuntu 22.04
Deployment method: Docker
No matter which authentication method (public key, password) is chosen, this error will be prompted.

Connection failed ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain

@nirui
Copy link
Owner

nirui commented Aug 26, 2024

Hi @finexss, sorry for the trouble. Sshwifty currently don't really support server that require multi-authentication, and I'm really deep in the mud right now trying to finish my another project.

So there will be a long delay before I can offer anything here. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo // Todo:
Projects
None yet
Development

No branches or pull requests

3 participants