mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
lint
This commit is contained in:
@@ -235,7 +235,7 @@ export class SSHService {
|
|||||||
keepaliveInterval: session.connection.keepaliveInterval,
|
keepaliveInterval: session.connection.keepaliveInterval,
|
||||||
keepaliveCountMax: session.connection.keepaliveCountMax,
|
keepaliveCountMax: session.connection.keepaliveCountMax,
|
||||||
readyTimeout: session.connection.readyTimeout,
|
readyTimeout: session.connection.readyTimeout,
|
||||||
hostVerifier: digest => {
|
hostVerifier: (digest: string) => {
|
||||||
log(colors.bgWhite(' ') + ' Host key fingerprint:')
|
log(colors.bgWhite(' ') + ' Host key fingerprint:')
|
||||||
log(colors.bgWhite(' ') + ' ' + colors.black.bgWhite(' SHA256 ') + colors.bgBlackBright(' ' + digest + ' '))
|
log(colors.bgWhite(' ') + ' ' + colors.black.bgWhite(' SHA256 ') + colors.bgBlackBright(' ' + digest + ' '))
|
||||||
return true
|
return true
|
||||||
|
Reference in New Issue
Block a user