[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <security>
        <ssh-known-hosts>
            <host>
                <name>name</name> <!-- identifier -->
                <rsa1-key>rsa1-key</rsa1-key>
                <rsa-key>rsa-key</rsa-key>
                <dsa-key>dsa-key</dsa-key>
            </host>
        </ssh-known-hosts>
    </security>
</configuration>

Description

SSH known host entry.

Contents

<dsa-key>—Base64 encoded DSA key.

<name>—Host name.

<rsa-key>—Base64 encoded RSA key.

<rsa1-key>—Base64 encoded RSA key (protocol version 1).


[Contents] [Prev] [Next] [Index] [Report an Error]