SL Microへのリモートルートログイン

For enhanced security, new installations of SL Micro 6.1 and later do not allow password-based remote root login anymore, which also affects server and proxy container hosts running on SL Micro and managed SL Micro clients. Also, SLE Micro 5.5 clients with password-based remote root login which will when be migrated to 6.1/6.2 will suddenly lose this access and must be newly configured. For more information, see SL Micro Release Notes 6.1 (https://www.suse.com/releasenotes/x86_64/SL-Micro/6.1/index.html#jsc-SMO-405).

While deploying components of SUSE Multi-Linux Manager such as a SUSE Multi-Linux Manager Proxy, password-based remote root login is required by default. You can enable password-based remote root login with the following steps.

Procedure: Enabling SSH root login with a password on SL Micro

SSHルートログインは2つの異なる方法で有効化できます。 どちらの方法でも機能します。セットアップに最適な方法を選択してください。

オプションA: 事前設定されたパッケージを使用する
  1. クライアントのUI/APIからパッケージopenssh-server-config-rootloginをインストールします。

  2. UIまたは端末からコンテナホストを再起動して新しい設定を有効化します。

オプションB: SSH設定を手動で編集する
  1. 次の内容を含むドロップイン設定/etc/ssh/sshd_config.d/permit_root.confファイルを追加します。

    PermitRootLogin yes
  2. Reload the SSH server configuration

    systemctl reload sshd
  3. SSHを使用して接続している場合、サーバから切断する前に、新しいSSH接続を開いてSSHサーバが正しく機能していることを確認します。

transactional-updateの詳細については、https://documentation.suse.com/sle-micro/6.1/html/Micro-transactional-updates/を参照してください。