SSH Tectia

設定ファイルの使用 (UNIX)

クライアント上でパスワード認証を有効にするには、ssh-broker-config.xml ファイルの authentication-methods エレメントに、name 属性値が password である authentication-method エレメントが含まれている必要があります。

<authentication-methods>
...
  <authentication-method name="password" />
</authentication-methods>

この設定ファイルには、他の認証方法も記述できます。最も非対話的な方法を最初に記述します (パスワードは通常、最後に記述されます)。