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

Example: Configuring SSH Authentication for Root Logins

In this example, you configure two public DSA keys for SSH authentication of root logins.

[edit system]
root-authentication {
encrypted-password "$1$1wp5tqMX$uy/u5H7OdXTwfWTmeJWXe/";
## SECRET-DATA;
ssh-dsa "2354 95 9304@boojum.per";
ssh-dsa "0483 02 8362@ecbatana.per";
}

You cannot configure a blank password for encrypted-password using blank quotation marks (" "). You must configure a password whose number of characters range from 1 through 128 characters and enclose the password in quotation marks.


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