Julia's equivalent to Python's Paramiko

I am trying to port Python’s code to Julia that makes use of the low level library Paramiko to execute remote commands over ssh.

Is there an equivalent library available for Julia?