Advanced Server AccessのゲートウェイをUbuntuまたはDebianにインストールする

Advanced Server Accessのゲートウェイをインストールするには、次のようにします。

  1. 次のAdvanced Server Accessのリポジトリキーを追加します。
    curl -fsSL https://dist.scaleft.com/GPG-KEY-OktaPAM-2023 | gpg --dearmor | sudo tee /usr/share/keyrings/oktapam-2023-archive-keyring.gpg > /dev/null
  2. パッケージリソースのリスト項目を作成します。DISTRIBUTIONは、適切なディストリビューション名(xenial、jammy、bullseyeなど)に置き換えてください。次の表は、サポートされるプラットフォームのディストリビューション名を示しています。
    echo "deb [signed-by=/usr/share/keyrings/oktapam-2023-archive-keyring.gpg] https://dist.scaleft.com/repos/deb DISTRIBUTION okta" | sudo tee /etc/apt/sources.list.d/oktapam-stable.list

    プラットフォーム

    バージョン

    Ubuntu

    Ubuntu 16.04 xenial

    Ubuntu 18.04 bionic

    Ubuntu 20.04 focal

    Ubuntu 22.04 jammy

    Debian

    Debian 10 buster

    Debian 11 bullseye

  3. 利用可能なパッケージのリストを更新します。

    sudo apt-get update

  4. Advanced Server Accessのパッケージを検索します。

    sudo apt-cache search scaleft

  5. ゲートウェイをインストールします。

    sudo apt-get install scaleft-gateway

次のステップ