Google 云用户帐户和 linux 组未添加到新的 bitnami lamp 实例?
Google cloud user accounts & linux groups don't get added to new bitnami lamp instances?
所以我进入 permissions -> user accounts
并添加了一个 linux 组,然后添加了几个帐户并为每个帐户提供了一个 SSH 密钥。然后我创建了一个 Bitnami LAMP 实例,那个新实例不应该有那个组,那些用户和用户应该能够使用他们的 SSH 密钥访问它们吗?
它的描述是:
Create Linux user accounts to give yourself and others access to your
VM instances. A user account lets you log in to all Linux instances in
your project and has its own username and home directory on each
instance
为了让您的 Bitnami LAMP 实例识别用户帐户,您需要通过启动脚本启用它,如本 link 中所述:
User accounts are recognized only on instances that have been enabled to use user accounts. To create an instance that recognizes user accounts, run the following startup script when you start an instance. The startup script is located at:
gs://gcua-beta/startup.sh
此外,用户帐户功能处于测试阶段,支持以下操作系统。因此,您需要确保您的操作系统受支持。
- 已向后移植 Debian 7
- Debian 8
- Ubuntu 14.04
- Ubuntu 14.10
- Ubuntu 15.04
所以我进入 permissions -> user accounts
并添加了一个 linux 组,然后添加了几个帐户并为每个帐户提供了一个 SSH 密钥。然后我创建了一个 Bitnami LAMP 实例,那个新实例不应该有那个组,那些用户和用户应该能够使用他们的 SSH 密钥访问它们吗?
它的描述是:
Create Linux user accounts to give yourself and others access to your VM instances. A user account lets you log in to all Linux instances in your project and has its own username and home directory on each instance
为了让您的 Bitnami LAMP 实例识别用户帐户,您需要通过启动脚本启用它,如本 link 中所述:
User accounts are recognized only on instances that have been enabled to use user accounts. To create an instance that recognizes user accounts, run the following startup script when you start an instance. The startup script is located at:
gs://gcua-beta/startup.sh
此外,用户帐户功能处于测试阶段,支持以下操作系统。因此,您需要确保您的操作系统受支持。
- 已向后移植 Debian 7
- Debian 8
- Ubuntu 14.04
- Ubuntu 14.10
- Ubuntu 15.04