Skip to content

Instantly share code, notes, and snippets.

@hovsater
Created February 26, 2013 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hovsater/5039267 to your computer and use it in GitHub Desktop.
Save hovsater/5039267 to your computer and use it in GitHub Desktop.
ssh-config thoughts

SSH Config thoughts

This is some of my thoughts scrambled down in no particular order.

  • Establish a solid test suite for current functionality
  • Retrieve a SSH config by URL and place it under ~/.ssh/ with proper permissions
  • Check the ability to integrate with Transmit.app (FTP Client). Transmit read everything inside ~/.ssh/config but you've to add it as a favorite yourself. I would want to automate that process so that ssh-config set and ssh-config unset add and remove a Trasmit favorite automatically.
  • Update codebase for Ruby 1.9+
  • Merge standanlone commands
  • Add a more configurable interface (colors for highlighting, logging, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment