distant
v0.20.0
Documentation | Discussion
(Alpha stage software) This program is in rapid development and may break or change frequently! ?
# Need to include -L to follow redirects as this returns 301curl -L https://sh.distant.dev | sh# Can also use wget to the same resultwget -q -O- https://sh.distant.dev | sh
See https://distant.dev/getting-started/installation/unix/ for more details.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first timeirm sh.distant.dev | iex
See https://distant.dev/getting-started/installation/windows/ for more details.
# Start a manager in the backgrounddistant manager listen --daemon# SSH into a server, start distant, and connect to the distant serverdistant launch ssh://example.com# Read the current working directorydistant fs read .# Start a shell on the remote machinedistant shell
See https://distant.dev/getting-started/usage/ for more details.
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.