Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

2015-08-19

Compare
Choose a tag to compare
@gaqzi gaqzi released this 19 Aug 01:23
· 13 commits to master since this release

Changed

  • Convert all keywords to CamelCase in the SSH config file.

    NOTE: If you get the new version of this plugin it'll change all the current
    keys to conform.
    (@bwaldvogel on GitHub)

  • Allow SSH to do home directory expansion for identity_file

    When providing a value to identity_file such as:

    ~/.ssh/foo

    the path name should be passed as-is for writing to the template, since ssh
    itself is smart enough to perform home directory expansion.
    (@conorsch on GitHub)