Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions release/models/system/openconfig-aaa.yang
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,25 @@ module openconfig-aaa {
description
"SSH public key for the user (RSA or DSA)";
}
Comment on lines 398 to 402

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this single ssh-key leaf be deprecated?


list authorized-ssh-keys {
Comment thread
syaghi-c marked this conversation as resolved.
Outdated
key "key-name";
max-elements 10;
description
"Authorized SSH public keys for the user";

leaf key-name {
type string;
description
"The name with which to reference the authorized SSH public key";
}

leaf authorized-ssh-key {
type string;
description
"Authorized SSH public key for the user";
}
Comment thread
syaghi-c marked this conversation as resolved.
Outdated
}

leaf role {
type union {
Expand Down