jeetsukumaran / Syrupy

System Resource Usage Profiler
http://jeetworks.org/programs/syrupy
GNU General Public License v3.0
194 stars 27 forks source link

SSH support #14

Closed sabjorn closed 7 years ago

sabjorn commented 7 years ago

Added support for --ssh flag which allows Syrupy to log processes on external machines. Because of the way ssh works, it is best to add the rsa for the client machine to avoid having to type in a password every time the host connects

sabjorn commented 7 years ago

I didn't add any error handling! If this is an issue, please let me know and i'll try to add it.

jeetsukumaran commented 7 years ago

This looks very useful and good! I will merge this now, but it would be great if you added error handling whenever it is convenient for you. Appreciate it either way. Thanks!