Advanced SSH config v2.8.0 Release Notes

Release Date: 2018-07-03 // almost 6 years ago
    • โž• Add more shell propositions for the 'exec' hook (#254)
    • ๐Ÿ‘Œ Support SSH tokens and ~ expansion in ControlPaths (#276) by @stk0vrfl0w
    • Ensure ControlPath directories are properly created when using syntax such as "ssh host1/host2" (#276) by @stk0vrfl0w
    • ๐Ÿ”„ Change panic() to a warning statement when removing the temporary file. Since delete is deferred,
      the config file should have already been renamed and would no longer exist (#276) by @stk0vrfl0w
    • ๐Ÿ›  Fix check when ControlPath is empty, to avoid creating control socket directory in some cases (#281) by @frezbo