A Julia wrapper for libssh. Sneak peak:
import LibSSH as ssh session = ssh.Session("foo.com") ssh.userauth_password(session, "password") close(session)
See the docs for more information.