; ============================================================================= ; config_secret.ttl.example -- DUT credentials (NOT in git) ; ============================================================================= ; Usage: ; 1. cp secret/config_secret.ttl.example secret/config_secret.ttl ; 2. Replace every __CHANGE_ME__ below with the real value. ; 3. Put config_secret.ttl next to config.ttl in the Tera Term working dir. ; ; config.ttl includes this file; 1_Blanton_Script_A.ttl must use the variables ; below instead of a literal password: ; ; sendln dut_user ; wait "Password:" ; sendln dut_password ; ; NEVER commit the filled-in config_secret.ttl. ; ============================================================================= ; --- SONiC console login --- dut_user = "__CHANGE_ME__" dut_password = "__CHANGE_ME__" ; --- Optional: root password, if 'sudo -i' prompts on this unit --- dut_root_password = "__CHANGE_ME__"