Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

1.8.0 Release

Compare
Choose a tag to compare
@vmstan vmstan released this 03 Jun 20:17
· 256 commits to master since this release
d1a664f

Features
There is nothing really sexy here, but a lot of changes under the covers to improve reliablity between different SSH client types. A lot of the logic and functions are more consistent and cleaner. In some cultures, fewer bugs and more reliablity are considered features. Much of this will continue through the 1.8.x line.

  • SSH/RSYNC connection logic rewritten to be specific to client options between OpenSSH, OpenSSH w/ SSHPASS, and Dropbear.
  • Key-pair generation functions rewritten to be specific to client options, also now works with no (or at least fewer) user prompts.
  • SSHPASS options should be more reliable if used, but removes messages that SSHPASS is not installed during setup, if it's not needed and Redirects user to documentation.
  • Adds custom port specification to ssh-copy-id and dropbearkey commands during configuration generation.
  • Generally better error handling of configuration options.

CleanShot 2020-06-03 at 15 27 53