diff --git a/services-admin-guide/ssh_gateways.md b/services-admin-guide/ssh_gateways.md index e1509e94..6a90abe1 100644 --- a/services-admin-guide/ssh_gateways.md +++ b/services-admin-guide/ssh_gateways.md @@ -43,7 +43,16 @@ https://git.psi.ch/linux-infra/ansible/playbooks/lx_ansible/-/blob/main/inventor The memberships and the approver of the different gateway access groups (naming pattern: unx-gw_XX) can be found on this Service Now page: -https://psi.service-now.com/now/nav/ui/classic/params/target/sys_user_group_list.do%3Fsysparm_userpref_module%3D92f011c81b440690d6a82f4aab4bcb5f%26sysparm_view%3Dlinux_groups%26sysparm_query%3DnameSTARTSWITHunx%255Eactive%253Dtrue%255EEQ%26sysparm_force_row_count%3D500 +https://psi.service-now.com/now/nav/ui/classic/params/target/sys_user_group_list.do%3Fsysparm_query%3DnameSTARTSWITHunx-gw_%255Eactive%253Dtrue%26sysparm_first_row%3D1%26sysparm_view%3Dlinux_groups%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue + +Once you have the list, click on a group to see the details for this group: +![](sshgw-list-01.png) + +To see/check the member of this group scroll down and select the __Group Members__ tab: +![](sshgw-list-02.png) + + + ### Grant User Access to Gateway To grant a user access to a gateway use the same Workflow as described in the [SSH Gateway - User Guide](https://linux.psi.ch/services-user-guide/ssh_gateways.html) diff --git a/services-admin-guide/sshgw-list-01.png b/services-admin-guide/sshgw-list-01.png new file mode 100644 index 00000000..db430fb4 Binary files /dev/null and b/services-admin-guide/sshgw-list-01.png differ diff --git a/services-admin-guide/sshgw-list-02.png b/services-admin-guide/sshgw-list-02.png new file mode 100644 index 00000000..76f6679c Binary files /dev/null and b/services-admin-guide/sshgw-list-02.png differ