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 ssh authentication with username and password #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

leej35
Copy link

@leej35 leej35 commented Sep 7, 2019

Add --username and --password arguments for explicit username and password-based ssh authentication. (yet does not support host-specific authentication but same username/password for across all hosts)

Add `--username` and `--password` arguments for explicit username and password-based ssh authentication. (does not support host-specific authentication but same username/password for across all hosts)
@wookayin
Copy link
Owner

wookayin commented Sep 7, 2019

Thanks for your contribution. But why not SSH? Password is not good for security.

@leej35
Copy link
Author

leej35 commented Sep 8, 2019

For some machines (like I use), public key-based authentication is not possible due to some unknown issues. Especially when I don't have a sudo account, it's very hard to debug/fix the problem -- so I made a slight modification on gpustat-web to allow explicit user id / password based authentication.

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

Successfully merging this pull request may close these issues.

2 participants