-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for key based authentication #5
Comments
Thanks! I also want key based authentication. This core SSH part of the project is highly based on SSHy, and it has a similar issue too: stuicey/SSHy#27. SSHy is currently inactive, so we may need to implement it. The future implementation may be here: piping-ssh-web/src/auth_handler.js Line 62 in f0fc180
|
Any plan for implementation? |
Hi,
Do you use piping-ssh? Do you plan to use piping-ssh when key based authentication is implemented? Someone using it is one of my motivation to implement. Another motivation is other major browsers other than Chromium-based ones implementing fetch() upload streaming feature. |
Trying to use piping-ssh in project. Currently only key-based ssh is required. I will consider using key-based authentication in the future. |
Do you want to self-host it? If not, Replit is best choice to have your own server.
Sorry, I'm no sure what you are going to do. Do you want to build a SSH client app running on browsers? |
Yes, I want to self-host it.
Sorry for my poor English. |
Now public key authentication supported! I created this project from scratch with Go ( |
Amazing work!
Out of curiosity I noticed https://github.com/nwtgck/ssh-keygen-web is it possible to use something like this or just copy private key and use it to authenticate against a remote server rather than username password
The text was updated successfully, but these errors were encountered: