发新话题
打印

[问题分析] 新发现的一条有用的命令

新发现的一条有用的命令

kurt@Juniperbbs-Kurt-M7i# load merge terminal
system {
    host-name Juniperbbs-Kurt-M7i;
    time-zone Asia/Shanghai;
    authentication-order password;
    root-authentication {
        encrypted-password "$1$s2DjtpA5$igH5IA8QSqoEVCE3lmiSa."; ## SECRET-DATA
    }
    login {
        user kurt {
            full-name juniperbbs-kurt;
            uid 1000;
            class super-user;
            authentication {
                encrypted-password "$1$4iVGvaSm$0J8bcDkqiEVixYsL99l.V1"; ## SECRET-DATA
            }
        }
    }

kurt@Juniperbbs-Kurt-M7i# show

system {
    host-name Juniperbbs-Kurt-M7i;
    time-zone Asia/Shanghai;
    authentication-order password;
    root-authentication {
        encrypted-password "$1$s2DjtpA5$igH5IA8QSqoEVCE3lmiSa."; ## SECRET-DATA
    }
    login {
        user kurt {
            full-name juniperbbs-kurt;
            uid 1000;
            class super-user;
            authentication {
                encrypted-password "$1$4iVGvaSm$0J8bcDkqiEVixYsL99l.V1"; ## SECRET-DATA
            }
        }
    }

TOP

发新话题