mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-29 18:31:33 +00:00
fix: general bug fixes
This commit is contained in:
@@ -152,6 +152,7 @@ export type Host = {
|
||||
vncPort: number;
|
||||
telnetPort: number;
|
||||
|
||||
rdpAuthType?: "direct" | "credential";
|
||||
rdpCredentialId?: string;
|
||||
rdpUser?: string;
|
||||
rdpPassword?: string;
|
||||
@@ -159,10 +160,13 @@ export type Host = {
|
||||
security?: string;
|
||||
ignoreCert?: boolean;
|
||||
|
||||
vncAuthType?: "direct" | "credential";
|
||||
vncCredentialId?: string;
|
||||
vncPassword?: string;
|
||||
vncUser?: string;
|
||||
|
||||
telnetAuthType?: "direct" | "credential";
|
||||
telnetCredentialId?: string;
|
||||
telnetUser?: string;
|
||||
telnetPassword?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user