Repository URL to install this package:
Version:
1.0.205 ▾
|
import { ConfigProvider } from 'tabby-core'
/** @hidden */
export class SSHConfigProvider extends ConfigProvider {
defaults = {
ssh: {
warnOnClose: false,
winSCPPath: null,
agentType: 'auto',
agentPath: null,
x11Display: null,
knownHosts: [],
verifyHostKeys: true,
},
hotkeys: {
'restart-ssh-session': [],
'launch-winscp': [],
},
}
platformDefaults = { }
}