This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
distant
Watch
2
Star
0
Fork
0
You've already forked distant
mirror of
https://github.com/chipsenkbeil/distant.git
synced
2024-11-17 03:25:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d67002421d
distant
/
distant-plugin-ssh
/
tests
/
lib.rs
4 lines
31 B
Rust
Raw
Normal View
History
Unescape
Escape
Add native ssh (#57) * Bump to 0.15.0 * Add new distant-ssh2 subcrate to provide an alternate session as an ssh client * Add rpassword & wezterm-ssh dependencies * Rename core -> distant-core in project directory structure and move ssh2 feature into distant-ssh2 crate * Upgrade tokio to 1.12, * Update github actions to detect changes and apply testing for only those changes * Add method parameter to support distant & ssh methods for action and lsp subcommands * Add ssh-host, ssh-port, and ssh-user parameters to specify information for ssh method
2021-09-28 05:04:26 +00:00
mod
ssh2
;
mod
sshd
;
Refactor to use distant manager (#112)
2022-08-08 06:10:32 +00:00
mod
utils
;
Reference in New Issue
Copy Permalink