Hacker News new | ask | show | jobs
by irgeek 2150 days ago
These should absolutely be documented on the site!

When I looked at the CLI source I almost walked away. 112MB spread across 12k files from a developer I don't know is _way_ too scary to trust with access to my SSH private keys. Being able to manage it without that CLI tool, though, makes it something I might try out.

2 comments

Noted. I think the path I'll be taking is documentation and providing a bash script for those that would prefer it. Thank you for the feedback!
112 MB is way overkill for a command-line tool which can issue a few commands over ssh. This should be a shell script shorter than 5 KiB.
https://gitern.com/#downloads now provides a posix shell script ~2.8KB for those that prefer it