All Projects → jonhoo → Openssh Rs

jonhoo / Openssh Rs

Licence: other
Scriptable SSH through OpenSSH in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Openssh Rs

Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+4312.07%)
Mutual labels:  ssh, openssh
Curse
CURSE is an SSH certificate signing server, built as an alternative to Netflix's BLESS tool, but without a dependency on AWS.
Stars: ✭ 200 (+244.83%)
Mutual labels:  ssh, openssh
Awesome Ssh
💻 A curated list of SSH resources.
Stars: ✭ 1,742 (+2903.45%)
Mutual labels:  ssh, openssh
Sidedoor
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
Stars: ✭ 97 (+67.24%)
Mutual labels:  ssh, openssh
Sharkey
Sharkey is a service for managing certificates for use by OpenSSH
Stars: ✭ 360 (+520.69%)
Mutual labels:  ssh, openssh
Corkscrew
Corkscrew is a tool for tunneling SSH through HTTP proxies.
Stars: ✭ 149 (+156.9%)
Mutual labels:  ssh, openssh
Ansible Sshd
Ansible role to configure the OpenSSH server daemon
Stars: ✭ 163 (+181.03%)
Mutual labels:  ssh, openssh
girltalk
A tool for helping stand up headless C2 for droppables.
Stars: ✭ 16 (-72.41%)
Mutual labels:  ssh, openssh
jsch
fork of the popular jsch library
Stars: ✭ 127 (+118.97%)
Mutual labels:  ssh, openssh
shim
The Userify Shim (cloud agent)
Stars: ✭ 57 (-1.72%)
Mutual labels:  ssh, openssh
Cashier
A self-service CA for OpenSSH
Stars: ✭ 590 (+917.24%)
Mutual labels:  ssh, openssh
Wsl Ssh Pageant
A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
Stars: ✭ 381 (+556.9%)
Mutual labels:  ssh, openssh
Sshd config
K4YT3X's Hardened OpenSSH Server Configuration
Stars: ✭ 49 (-15.52%)
Mutual labels:  ssh, openssh
Lftp4win
lftp for Windows - Windows task scheduler automation with push notifications via WinSCP custom commands.
Stars: ✭ 39 (-32.76%)
Mutual labels:  openssh
Sshesame
A fake SSH server that lets everyone in and logs their activity
Stars: ✭ 1,062 (+1731.03%)
Mutual labels:  ssh
Sshkit
A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
Stars: ✭ 989 (+1605.17%)
Mutual labels:  ssh
Sshportal
🎩 simple, fun and transparent SSH (and telnet) bastion server
Stars: ✭ 978 (+1586.21%)
Mutual labels:  ssh
Essh
Extended ssh command.
Stars: ✭ 53 (-8.62%)
Mutual labels:  ssh
Fqterm
Stars: ✭ 50 (-13.79%)
Mutual labels:  ssh
Terminals
Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Stars: ✭ 971 (+1574.14%)
Mutual labels:  ssh

Crates.io Documentation Build Status Codecov

Scriptable SSH through OpenSSH.

This crate wraps the OpenSSH remote login client (ssh on most machines), and provides a convenient mechanism for running commands on remote hosts. Since all commands are executed through the ssh command, all your existing configuration (e.g., in .ssh/config) should continue to work as expected.

The library's API is modeled closely after that of [std::process::Command], since ssh also attempts to make the remote process seem as much as possible like a local command.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].