gpustat-web icon indicating copy to clipboard operation
gpustat-web copied to clipboard

allow ssh authentication with username and password

Open leej35 opened this issue 5 years ago • 2 comments

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)

leej35 avatar Sep 07 '19 04:09 leej35

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

wookayin avatar Sep 07 '19 21:09 wookayin

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.

leej35 avatar Sep 08 '19 05:09 leej35