Skip to content

Commit 9e96502

Browse files
committed
DCO Remediation Commit for Joe Morris <[email protected]>
I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 482f2f2 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: bda97f1 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 86840c7 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 7404025 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 69b6664 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: cc667a4 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 38a575a I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: f0016cb I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 21284e4 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 8aa0c23 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 91a6d0f I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 0607d64 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 6ac98e8 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: a092524 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: debafaf I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: e0e26dd I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 51ce78a I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: ea17b75 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 3e1f267 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 76a271f I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 7a2c0b4 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 430f80b I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 04444a7 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 5f9ec57 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: d3c9cd2 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: 6d28a43 I, Joe Morris <[email protected]>, hereby add my Signed-off-by to this commit: a0b7f88 Signed-off-by: Joe Morris <[email protected]>
1 parent a0b7f88 commit 9e96502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/connection/ssh/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class SSHSession extends Session {
309309

310310
private handleSSHAuthentication: AuthHandlerMiddleware = (
311311
authsLeft: AuthenticationType[],
312-
partialSuccess: boolean,
312+
partialSuccess: boolean, //used in scenarios which require multiple auth methods to denote partial success
313313
nextAuth: NextAuthHandler,
314314
) => {
315315
if (!authsLeft) {

0 commit comments

Comments
 (0)