SSH Tokens can be attached to a service ID with a user. The user is the user on the SSH server and may differ from
the token owner.
To attach the token to a service ID go to the token details.
To define service IDs go to Service ID config.
|
{{ column.label }}
@if (machineService.sshApiFilter.includes(column.key)) {
}
|
@switch (column.key) {
@case ("serial") {
}
@case ("user") {
{{ element[column.key] }}
}
@default {
@if (tableUtilsService.isLink(column.key)) {
{{ element[column.key] }}
} @else {
{{ tableUtilsService.getDisplayText(column.key, element) }}
}
}
}
|
|---|
| No data matching the filter. |