# Julia's equivalent to Python's Paramiko

**URL:** https://discourse.julialang.org/t/julias-equivalent-to-pythons-paramiko/83398
**Category:** General Usage
**Created:** [June 27, 2022, 12:10pm UTC](https://discourse.julialang.org/t/julias-equivalent-to-pythons-paramiko/83398 "2022-06-27T12:10:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mzaffalon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mzaffalon/32/214168_2.png) [@mzaffalon](https://discourse.julialang.org/u/mzaffalon)
#### Post date: [June 27, 2022, 12:10pm UTC](https://discourse.julialang.org/t/julias-equivalent-to-pythons-paramiko/83398/1 "2022-06-27T12:10:01Z")

</div>

I am trying to port Python’s code to Julia that makes use of the low level library [Paramiko](https://www.paramiko.org/) to execute remote commands over ssh.

Is there an equivalent library available for Julia?
