- ssh-known-hosts {
-
- host {
- dsa-key key;
- rsa-key key;
- rsa1-key key;
- }
- }
- [edit security ssh-known-hosts]
Statement introduced in JUNOS Release 7.5.
Configure SSH support for known hosts and for administering for SSH host key updates.
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.
See Configuring SSH Host Keys for Secure Copy.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.