potentially fix agent auth bug

This commit is contained in:
Eugene Pankov
2021-06-25 17:27:17 +02:00
parent d1b10fefae
commit 3aeac5610b
2 changed files with 3 additions and 2 deletions

View File

@@ -585,7 +585,7 @@ export class SSHSession extends BaseSession {
continue
}
}
return method
return method.type
}
}