SNC SSH がディスカバリープロセスでより新しく、より安全な暗号アルゴリズムをサポートできるようにする (AES 256 暗号化)Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> SNCSSH は SSH クライアントの ServiceNow 実装であり、MID サーバープロパティにより、新しいインスタンスのすべての MID サーバーに対してデフォルトでアクティブになっています。SNCSSH は MID サーバー SSH ライブラリの一部であり、レガシー J2SSH の代わりに使用できます。SNCSSH を使用する利点の 1 つは、J2SSH と比較して新しい暗号アルゴリズムをサポートしていることです。SNCSSH は以下をサポートしています。 - Key Exchange Algorithms: diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha256, diffie-hellman-group1-sha1- Signature Algorithms: ssh-dss, ssh-rsa- Client-to-Server Cipher Algorithms: aes128-ctr, aes192-ctr, aes256-ctr, 3des-ctr, aes128-cbc, aes192-cbc, aes256-cbc, 3des-cbc, none- Client-to-Server MAC Algorithms: hmac-sha1, hmac-sha1-96, hmac-sha2-256, hmac-sha2-512, hmac-md5, hmac-md5-96- Client-to-Server Compression Algorithms: none mid.property.ssh.use_sncは、snc ssh をプローブベースのディスカバリーに使用するかどうかを決定します。mid.sa.ssh.use_sncsshは、パターンベースのディスカバリーに snc ssh を使用するかどうかを決定します。 J2SSH がデフォルトライブラリであった古いバージョンからアップグレードしたお客様は、SNC SSH の使用を強制されないため、SNC SSH を使用する場合は手動で有効にする必要があります。 ReleaseKingston 以降で利用可能Resolutionディスカバリーで SNC SSH を有効にするには、次のアクションを実行することをお勧めします。 アドミンとしてインスタンスにログインしますMID サーバー>プロパティ (/ecc_agent_property_list.do) に移動します。次のプロパティを作成/設定します。-mid.property.ssh.use_snc = true-mid.sa.ssh.use_sncssh = trueRelated LinksMID サーバーとインスタンス間の通信に AES 256 暗号化を適用する方法については、KB0594703を参照してください。