## Bug Description `ssh_config` can define host aliases: ``` Host myhost HostName my-qualified-host.example.com ``` Trying to use such aliases in an SSH block shows an error (just "Failed to connect to my-host") ## Steps to Reproduce 1. Set up an alias in ssh_config 2. Try to use it in an SSH block ## Expected Behavior Any invocation that works for an SSH command works in the Atuin Desktop SSH block. ## Actual Behavior Failure to connect ## Environment - **OS**: MacOS Tahoe - **Atuin Desktop Version**: Version 0.1.10 (20251023.205633) - **Atuin CLI Version**: N/A - **Shell**: N/A - **Terminal**: N/A ## Screenshots/Logs N/A ## Workaround Use full SSH host instead of alias