Skip to content

[BUG] Hostname for SSH does not respect SSH config aliases #194

@danielkza

Description

@danielkza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions