sup icon indicating copy to clipboard operation
sup copied to clipboard

Support usernames in Supfile host entries

Open qguv opened this issue 4 years ago • 0 comments

Add support for a username + @ prefix in Supfile host entries. E.g.:

networks:
  staging:
    hosts:
      - [email protected]

This was possible before, but buggy. The following bugs are fixed by this PR:

  • adding a username to a Supfile host prevents that host matching any configured Host section in ~/.ssh/config
  • ~/.ssh/config usernames override the username set in the Supfile

qguv avatar Dec 02 '19 16:12 qguv