-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,15 @@ TUI list select ssh/scp/sftp client tools. | |
|
||
## Description | ||
|
||
command to read a prepared list in advance and connect ssh/scp/sftp the selected host. List file is set in yaml format. When selecting a host, you can filter by keywords. Can execute commands concurrently to multiple hosts. Supported multiple ssh proxy, http/socks5 proxy, x11 forward, and port forwarding. | ||
This command utility to read a prepared list in advance and connect ssh/scp/sftp the selected host. | ||
List file is set in yaml format. | ||
When selecting a host, you can filter by keywords. | ||
Can execute commands concurrently to multiple hosts. | ||
|
||
lssh also has a shell (parallel shell) that connects to multiple hosts at the same time and pipes the execution results of local commands and remote hosts. | ||
In addition, lsftp also has a shell that can be connected in parallel. | ||
|
||
Supported multiple ssh proxy, http/socks5 proxy, x11 forward, and port forwarding. | ||
|
||
## Features | ||
|
||
|
@@ -102,7 +110,7 @@ option(lssh) | |
blacknon([email protected]) | ||
|
||
VERSION: | ||
0.6.4 | ||
0.6.5 | ||
|
||
USAGE: | ||
# connect ssh | ||
|
@@ -143,7 +151,7 @@ option(lscp) | |
blacknon([email protected]) | ||
|
||
VERSION: | ||
0.6.4 | ||
0.6.5 | ||
|
||
USAGE: | ||
# local to remote scp | ||
|
@@ -178,7 +186,7 @@ option(lsftp) | |
blacknon([email protected]) | ||
|
||
VERSION: | ||
0.6.4 | ||
0.6.5 | ||
|
||
USAGE: | ||
# start lsftp shell | ||
|