Skip to content

Bridge Julia with Python's Paramiko for advanced SSHv2 operations and functionalities

License

Notifications You must be signed in to change notification settings

singularitti/Paramiko.jl

Repository files navigation

Paramiko

Documentation Build Status Others
Stable Dev Build Status Build Status Build Status pipeline status Coverage GitHub license Code Style: Blue

The code, which is hosted on GitHub, is tested using various continuous integration services for its validity.

This repository is created and maintained by @singularitti, and contributions are highly welcome.

Package features

Paramiko.jl is a Foreign Function Interface (FFI) package for Julia, bridging the capabilities of the renowned Python package, Paramiko. With Paramiko.jl, Julia developers can directly utilize the robustness of Paramiko's SSHv2 protocol implementation without leaving the Julia environment.

  1. SSHv2 Protocol in Julia: Seamlessly use the SSHv2 protocol, implemented by paramiko, within Julia.
  2. Client and Server Functionality: Both client and server sides of the SSH protocol are available, giving you versatility in SSH operations.
  3. Foundation for High-Level SSH Operations: Built upon the same foundation as the high-level SSH library, Fabric. This provides potential pathways for integrating advanced functionalities in the future.
  4. Advanced/low-level Primitives: For those requiring a deeper dive into SSH functionalities, Paramiko.jl exposes the advanced and low-level primitives from paramiko.
  5. In-Python SSHD: Run an in-Python sshd directly from Julia, offering an integrated solution for SSH server deployment and testing.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg mode and run:

pkg> add Paramiko

Or, equivalently, via Pkg.jl:

julia> import Pkg; Pkg.add("Paramiko")

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is developed for and tested against Julia v1.6 and above on Linux, macOS, and Windows.

Questions and contributions

You can post usage questions on our discussion page.

We welcome contributions, feature requests, and suggestions. If you encounter any problems, please open an issue. The Contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

About

Bridge Julia with Python's Paramiko for advanced SSHv2 operations and functionalities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages