From 182e79a150c6abbd63322bee2f967b8fe373bae9 Mon Sep 17 00:00:00 2001 From: rdimaio Date: Mon, 8 Apr 2024 10:56:52 +0200 Subject: [PATCH] Auth: ssh_sign, remove isinstance(message, str) check There are no usages of ssh_sign where "message" is anything other than a string, and it is best if we always expect it to be a string. Follow-up from this PR: https://github.com/rucio/rucio/pull/6497