Update src/backend/ssh/file-manager.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@ interface SSHSession {
|
|||||||
interface PendingTOTPSession {
|
interface PendingTOTPSession {
|
||||||
client: SSHClient;
|
client: SSHClient;
|
||||||
finish: (responses: string[]) => void;
|
finish: (responses: string[]) => void;
|
||||||
config: any;
|
config: import("ssh2").ConnectConfig;
|
||||||
createdAt: number;
|
createdAt: number;
|
||||||
sessionId: string;
|
sessionId: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user