VSCode-Logger API - v1.9.12
Preparing search index...
ssh2
ConnectConfig
Interface ConnectConfig
interface
ConnectConfig
{
host
:
string
;
hostHash
?:
string
;
hostVerifier
?:
(
key
:
string
|
Buffer
<
ArrayBufferLike
>
)
=>
boolean
;
keepaliveCountMax
?:
number
;
keepaliveInterval
?:
number
;
passphrase
?:
string
;
password
?:
string
;
port
?:
number
;
privateKey
?:
string
|
Buffer
<
ArrayBufferLike
>
;
username
:
string
;
}
Index
Properties
host
host
Hash?
host
Verifier?
keepalive
Count
Max?
keepalive
Interval?
passphrase?
password?
port?
private
Key?
username
Properties
host
host
:
string
Optional
host
Hash
hostHash
?:
string
Optional
host
Verifier
hostVerifier
?:
(
key
:
string
|
Buffer
<
ArrayBufferLike
>
)
=>
boolean
Optional
keepalive
Count
Max
keepaliveCountMax
?:
number
Optional
keepalive
Interval
keepaliveInterval
?:
number
Optional
passphrase
passphrase
?:
string
Optional
password
password
?:
string
Optional
port
port
?:
number
Optional
private
Key
privateKey
?:
string
|
Buffer
<
ArrayBufferLike
>
username
username
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
host
host
Hash
host
Verifier
keepalive
Count
Max
keepalive
Interval
passphrase
password
port
private
Key
username
VSCode-Logger API - v1.9.12
Loading...