Skip to content

Instantly share code, notes, and snippets.

@hkoba
Created January 25, 2020 09:42
Show Gist options
  • Save hkoba/7c9eda6cc175cd61634df40b58896f15 to your computer and use it in GitHub Desktop.
Save hkoba/7c9eda6cc175cd61634df40b58896f15 to your computer and use it in GitHub Desktop.
Minimum config file to use zsh in oslogin account on GCP
# Put this file under /etc/default
[Accounts]
useradd_cmd = useradd -m -s /bin/zsh -p * {user}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment