Julien-R44/fast-ssh

fast-ssh doesn't properly handle multiple hostnames

Cpapa97 opened this issue · 1 comments

Host can have aliased hostnames, so with my config like this

Host short_hostname long_hostname
  HostName ...
  User ...
  ...

The error comes back as ssh: Could not resolve hostname short_hostname long_hostname: No such host is known. instead of using only one of the hostnames.

This is a nice project though!

Hey, thanks for the notice, I fixed it 👍