Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in several ways: Windows-specific tools (WinSCP, registry keys) are mentioned and exemplified before Linux equivalents, and the only explicit client tool example is WinSCP (Windows). The registry key example is Windows-only, while the 'known_hosts' example is generic but lacks explicit Linux client references (e.g., OpenSSH, FileZilla, etc.). There is no explicit Linux or macOS GUI client example, and the troubleshooting output uses a Windows file path (C:\Users\<user>/.ssh/known_hosts), which is not standard for Linux/macOS.
Recommendations
  • Add explicit Linux/macOS client examples (e.g., OpenSSH, FileZilla, Nautilus, Cyberduck) and their trusted host storage locations.
  • Provide troubleshooting output using Linux/macOS file paths (e.g., /home/<user>/.ssh/known_hosts or ~/.ssh/known_hosts) alongside Windows paths.
  • Include Linux-specific instructions for managing known_hosts (e.g., using ssh-keygen -R, editing ~/.ssh/known_hosts).
  • Mention Linux GUI SFTP clients and how they handle host keys.
  • Balance the order of presentation so that Windows and Linux tools/examples are given equal prominence.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets