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

Configuring SSH Known Hosts

To configure SSH known hosts, include the host statement, and specify hostname and host key options for trusted servers at the [edit security ssh-known-hosts] hierarchy level:

[edit security ssh-known-hosts]
host corporate-archive-server, ip-address {
dsa-key key ;
}
host archive-server-url {
rsa-key key;
}
host server-with-ssh-version-1, ip-address {
rsa1-key key ;
}

Host keys are one of the following:


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