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

ssh-known-hosts

Syntax

ssh-known-hosts {
host {
dsa-key key;
rsa-key key;
rsa1-key key;
}
}

Hierarchy Level

[edit security ssh-known-hosts]

Release Information

Statement introduced in JUNOS Release 7.5.

Description

Configure SSH support for known hosts and for administering for SSH host key updates.

Options

dsa-key—Base64 encoded Digital Signature Algorithm (DSA) key for SSH version 2.

rsa-key—Base64 encoded public key algorithm that supports encryption and digital signatures for SSH version 1 and SSH version 2.

rsa1-key—Base64 encoded RSA public key algorithm, which supports encryption and digital signatures for SSH version 1.

fetch-from-server—Retrieve SSH public host key information from a specified server.

load-key-file—Import SSH host key information from the /var/tmp/ssh-known-hosts file.

Usage Guidelines

See Configuring SSH Host Keys for Secure Copy.

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.


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