Google Compute Engine。
关闭GCE的自动建立帐号以及SSH key机制:
echo -e '[Daemons]\naccounts_daemon = false' | sudo tee /etc/default/instance_configs.cfg; sudo reboot
所有在staff群组的人都可以无限制sudo:
echo "%staff ALL = (ALL:ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/group-staff