Skip to content

Releases: randyoyarzabal/reach

v1.0.3 Release

30 Oct 02:59
Compare
Choose a tag to compare

v1.0.3 [29-Oct-2018] - Latest Stable

  • Added Bash library in extras folder
  • Improved authentication order: agent, private-key, user/password
  • Improved authentication exception messages
  • Improved help-text
  • Optimized library imports.
  • Added “not equal“ filter operator as ‘!’
  • Added ‘—host_fields’ to display the headers with corresponding $HF_#
  • Added config comments regarding authentication types
  • Added CHANGES.txt to -v option
  • Removed --cipher_text= from being passed. Now prompts instead.
  • SSH_PRIVATE_KEY_FILE now supports reading from inventory with $HF_#
  • Check for file existence of SSH_PRIVATE_KEY_FILE if defined as $HF_#
  • Re-tested support for RSA key with and without a passphrase
  • New config options:
    • CIPHER_KEY_FILE : optional external cipher-key string for password obfuscation
    • SSH_AGENT_ONLY : force ssh-agent only authentication
  • Enforce SSH_USER_NAME as required if SSH_AGENT_ONLY is True
  • Config options renamed:
    • TRUST_HOSTS renamed to SSH_TRUST_HOSTS
    • HOSTS_INPUT_FILE renamed to HOSTS_INVENTORY_FILE
    • KEY_COLUMN renamed to IP_OR_HOST_COLUMN
    • HOST_MARKER renamed to HOST_DISPLAY_FORMAT
    • SSH_PRIVATE_KEY renamed to SSH_PRIVATE_KEY_FILE
  • Renamed command-line options:
    • -e “Filter Condition” to -f
    • -d “Search String” to -s
    • -g “Debug Mode” to -d
    • -s “sudo to root first” to -u

Release v1.0.2

09 Oct 20:52
Compare
Choose a tag to compare

This is an initial release of a tool we created to simplify remote management of hosts via SSH.