Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Dec 21, 2024
1 parent 6f15b8f commit b6f3405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/server/sshd.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ func StartSSHServer(sshListener net.Listener, privateKey ssh.Signer, insecure, o

return perm, err
}

if err != ErrKeyNotInList {
return nil, fmt.Errorf("admin with supplied username (%s) denied login: %s", strconv.QuoteToGraphic(conn.User()), err)
}
Expand Down

0 comments on commit b6f3405

Please sign in to comment.