You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
support specifying authentication credential choice for console server (e.g. TACACS or AAD),
With the following device:
Hostname,ManagementIp,HwSku,Type,Protocol,Os,AuthType
console-1,192.168.10.1/23,Cisco,ConsoleServer,ssh,sonic,,
console-2,192.168.10.2/23,Cisco,ConsoleServer,ssh,sonic,,tacacs
console-1 will use the default credentials in secrets.yaml "console_login".
console-2 will use more specific credentials in secrets.yaml "console_login_options['tacacs']"
What is the motivation for this PR?
user can use different credential for console server.
How did you do it?
introduced new console_type, CONSOLE_SSH_TACACS
How did you verify/test it?
Verified locally.
Signed-off-by: Dashuai Zhang <[email protected]>
Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
0 commit comments