fix: send ssh username to guacd (default root) for console SSH
This commit is contained in:
@@ -28,6 +28,7 @@ export interface ConsoleConnectRequest {
|
||||
key_id?: string;
|
||||
rdp_username?: string;
|
||||
rdp_password?: string;
|
||||
ssh_username?: string;
|
||||
}
|
||||
|
||||
export interface ConsoleConnectResponse {
|
||||
|
||||
Reference in New Issue
Block a user