diff --git a/asyncssh/sk.py b/asyncssh/sk.py index 8dffdb0..ca5aef7 100644 --- a/asyncssh/sk.py +++ b/asyncssh/sk.py @@ -341,6 +341,7 @@ def sk_get_resident(application: str, user: Optional[str], not ctypes.windll.shell32.IsUserAnAdmin() except (ImportError, OSError, AttributeError): # pragma: no cover sk_available = False + sk_use_webauthn = False def _sk_not_available(*args: object, **kwargs: object) -> NoReturn: """Report that security key support is unavailable"""