mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-27 14:59:57 +00:00
fixed #9955 - host key checking race
This commit is contained in:
parent
bc63068af5
commit
1c077147ac
@ -333,6 +333,7 @@ export class SSHSession {
|
|||||||
algorithms,
|
algorithms,
|
||||||
authHandler: (methodsLeft, partialSuccess, callback) => {
|
authHandler: (methodsLeft, partialSuccess, callback) => {
|
||||||
this.zone.run(async () => {
|
this.zone.run(async () => {
|
||||||
|
await hostVerifiedPromise
|
||||||
callback(await this.handleAuth(methodsLeft))
|
callback(await this.handleAuth(methodsLeft))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user