mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:39:37 +08:00
3838548356
* ssh_control_path added as an auth option. * revamped default ssh options to take in control path, nodeupdater checks auth config to see if a custom SSH sockets path was specified, otherwise the original hardcoded path is used. control path is now a nodeupdater instance variable * revert socketdir in auth config and change method for determining dir * new ssh dir method * Lint * ' -> " lint * changed using USER env to getpass.getuser()