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
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits Windows bias in several ways: Windows-specific tools (WinSCP, Windows registry) are mentioned and explained in detail, often before or instead of Linux equivalents. The registry example is Windows-only, and there is no corresponding example for Linux GUI SFTP clients. The troubleshooting output uses Windows file paths (C:\Users\<user>/.ssh/known_hosts) rather than Linux paths (~/.ssh/known_hosts), and the instructions reference Windows locations first. There is a lack of parity in examples for Linux desktop SFTP clients, and no mention of Linux-specific GUI tools (e.g., FileZilla, Nautilus, etc.), nor is there a Linux registry equivalent discussed.
Recommendations
  • Add examples for Linux GUI SFTP clients (e.g., FileZilla, Nautilus, GNOME Files) and how they store trusted host keys.
  • When showing troubleshooting output, use both Windows and Linux file paths, or default to the cross-platform ~/.ssh/known_hosts.
  • Provide parity in instructions for adding host keys for Linux users, including steps for popular Linux SFTP clients.
  • Avoid mentioning Windows registry and WinSCP before Linux equivalents; present both platforms equally.
  • Include a note that the .ssh/known_hosts file location is the same on Linux and macOS, and clarify any OS-specific differences.
  • If referencing library-based clients, include examples for Python (paramiko), Go, or other popular cross-platform libraries.
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