🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧
Go to file
2023-10-21 23:12:58 -05:00
.cargo Update to attempt more linux release builds 2022-11-19 21:40:03 -06:00
.config Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 2022-11-19 20:27:49 -06:00
.github/workflows Update latest tagging with custom code that uses a personal access token to trigger workflows 2023-07-06 00:55:38 -05:00
distant-core Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
distant-core-auth Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
distant-core-net More progress 2023-10-21 23:12:58 -05:00
distant-core-plugin More progress 2023-10-21 23:12:58 -05:00
distant-core-protocol Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
distant-plugin-local Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
distant-plugin-ssh Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
src Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
tests Refactor capabilities to version for manager, integrate version checking for client/server/manager, and define protocol version (#219) 2023-07-14 15:31:53 -05:00
.dockerignore Add dockerignore to speed up dockerfile 2022-06-06 19:12:16 -05:00
.gitignore Add default configuration and ability to generate default configuration 2023-03-18 14:12:22 -05:00
BUILDING.md Refactor to use distant manager (#112) 2022-08-08 01:10:32 -05:00
Cargo.lock More progress 2023-10-21 23:12:58 -05:00
Cargo.toml Beginning of big refactoring of crates, introduction of plugin crate, etc. 2023-10-21 22:07:05 -05:00
CHANGELOG.md Fix bugs in set permissions for CLI and distant-local 2023-07-16 13:38:26 -04:00
Dockerfile Minor documentation changes and update dockerfile to build from source 2022-06-06 18:38:46 -05:00
Makefile.toml Fix makefile 2023-06-06 15:28:17 -07:00
PUBLISH.md Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2022-08-18 21:53:27 -05:00
README.md Update readme example to use --daemon instead of & for background manager 2023-08-06 16:30:18 -05:00
rustfmt.toml Apply nightly formatting to reorder imports and use module-level import granularity 2023-05-16 15:46:24 -05:00

Distant

Documentation | Discussion

Crates.io Docs.rs CI RustC 1.70+

🚧 (Alpha stage software) This program is in rapid development and may break or change frequently! 🚧

Installation

Unix

# Need to include -L to follow redirects as this returns 301
curl -L https://sh.distant.dev | sh

# Can also use wget to the same result
wget https://sh.distant.dev | sh

See https://distant.dev/getting-started/installation/unix/ for more details.

Windows

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm sh.distant.dev | iex

See https://distant.dev/getting-started/installation/windows/ for more details.

Usage

# Start a manager in the background
distant manager listen --daemon

# SSH into a server, start distant, and connect to the distant server
distant launch ssh://example.com

# Read the current working directory
distant fs read .

# Start a shell on the remote machine
distant shell

See https://distant.dev/getting-started/usage/ for more details.

License

This project is licensed under either of

Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.