mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat: customize keep-alive-interval for ssh-tunnel
This commit is contained in:
@ -64,6 +64,7 @@ export interface ConnectionParams {
|
||||
sshKey?: string;
|
||||
sshPort?: number;
|
||||
sshPassphrase?: string;
|
||||
sshKeepAliveInterval?: number;
|
||||
}
|
||||
|
||||
export interface TypeInformations {
|
||||
|
Reference in New Issue
Block a user