system {
    host-name router-1;
    root-authentication {
        encrypted-password "$some_hash"; ## SECRET-DATA
    }
    protect: services {
        ftp;
        ssh; ## some random comment somone put in a Jinja template.
        telnet;
        netconf {
            ssh;
        }
    }
}