Skip to content

Commit b6f3405

Browse files
committed
Dummy commit
1 parent 6f15b8f commit b6f3405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/server/sshd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ func StartSSHServer(sshListener net.Listener, privateKey ssh.Signer, insecure, o
266266

267267
return perm, err
268268
}
269-
270269
if err != ErrKeyNotInList {
271270
return nil, fmt.Errorf("admin with supplied username (%s) denied login: %s", strconv.QuoteToGraphic(conn.User()), err)
272271
}

0 commit comments

Comments
 (0)