SSH library for Processing

Hi! I’m working on some code that requires the ability to SSH into another computer. Does anybody know of one or how to make a Java library work with Processing? Thanks!
(By the way, I’m happy to provide more information if needed.)

1 Like

You might try SSHJ (untested).

Just drag the jar onto your sketch, and import as normal.

Got it! I’ll get around to trying it out soon.