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
Been playing around with our windows templates and noticed the account used for ssh/terminal by default is nt authority\system which is the most powerful account possible on windows.
Over in our linux templates we practice least privileges by default
# If user does not exist, create it and set up passwordless sudo
I think we should evolve the templates towards creating an account that belongs to the administrator group but that decision should not be enforced (if people want to have a windows box without any users we should permit it).
This issue is becoming stale. In order to keep the tracker readable and actionable, I'm going close to this issue in 7 days if there isn't more activity.
Uh oh!
There was an error while loading. Please reload this page.
Been playing around with our windows templates and noticed the account used for ssh/terminal by default is
nt authority\system
which is the most powerful account possible on windows.Over in our linux templates we practice least privileges by default
coder/examples/templates/gcp-linux/main.tf
Line 104 in 6bfdccd
I think we should evolve the templates towards creating an account that belongs to the administrator group but that decision should not be enforced (if people want to have a windows box without any users we should permit it).
Opening for discussion as to steps.
The text was updated successfully, but these errors were encountered: