<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Okta Access Gateway Version 2024.5.0 Removes SSH Access

Access Gateway
Okta Classic Engine
Okta Identity Engine

Overview

Okta Access Gateway (OAG) version 2024.5.0 removes Secure Shell (SSH) access for the oag-mgmt account because the upgrade process updates the AllowUsers directive in the Secure Shell daemon configuration. Resolve this by logging into the appliance through console access and updating the configuration file to include the missing account. Following the upgrade, Secure Shell access fails, but console access remains available to implement the fix before the support Virtual Private Network (VPN) is removed.

Applies To

  • Okta Identity Engine (OIE)
  • Okta Classic Engine
  • Okta Access Gateway (OAG)
  • Secure Shell (SSH)
  • Version 2024.5.0

Cause

The Okta Access Gateway version 2024.5.0 upgrade process updates the AllowUsers directive in the Secure Shell daemon (sshd) configuration and removes the oag-mgmt account. This omission prevents Secure Shell access for the account.

Solution

How is Secure Shell access restored for the management account?

Log in to the appliance using the management account through console access, launch the privileged shell, update the Secure Shell daemon configuration file, and restart the service.

  1. Log in to the appliance using the oag-mgmt account through console access.
  2. Navigate to 5 - System.
  3. Select 0 - Launch Shell to launch the privileged shell.
  4. Open the Secure Shell daemon configuration file for editing.
    sudo vi /etc/ssh/sshd_config
  1. Add the following line or update the existing AllowUsers directive to include all the required accounts.
    AllowUsers icsadmin oag-mgmt appgw-mgmt oagha
  1. Restart the Secure Shell daemon service.
    sudo systemctl restart sshd

 

Related References

Loading
Okta Support - Okta Access Gateway Version 2024.5.0 Removes SSH Access