quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

Work if Host == Hostname #7

Closed bionade24 closed 2 years ago

bionade24 commented 2 years ago

Let this also work if the config looks like this:

Host aur.archlinux.org
  IdentityFile ~/.ssh/foobar
  User foobar

Host example.com
 IdentityFile ~/.ssh/foobar
  User foobar

Maybe with an extra option?