Skip to content

How do I have account specific SSH grunt IAM roles? #164

Answered by yorinasub17
yorinasub17 asked this question in Help
Discussion options

You must be logged in to vote

To achieve individual account level SSH access, you need to first configure it in each account in ssh-grunt on the servers. In each server module, there are variables ssh_grunt_iam_group and ssh_grunt_iam_group_sudo which specifies which IAM group to look for when allowing SSH access (e.g., in OpenVPN server, here is the definition). You can specify this to be any IAM group you like. You can have fine grained access by specifying a different value for each account.

Once that IAM group is specified in each account, you can then construct blank IAM groups in the security account that has those names. Note that SSH grunt doesn’t require any permissions in those IAM groups.

To create the IAM …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment