You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consolidate this and have the user only input one username to simplify the configuration process - changes will have to made in the various places in the codebase that load in the config ssh_user field. Instead of loading in the Azure config ssh_user field, we should load in the global config user field.
The text was updated successfully, but these errors were encountered:
Currently, the user has to specify a username for MC2, and a second username for authentication for launched Azure VMs.
We should consolidate this and have the user only input one username to simplify the configuration process - changes will have to made in the various places in the codebase that load in the config
ssh_user
field. Instead of loading in the Azure configssh_user
field, we should load in the global configuser
field.The text was updated successfully, but these errors were encountered: