Skip to content

Commit

Permalink
update. README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Feb 16, 2022
1 parent 51d4e6f commit dc2ffda
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -102,7 +110,7 @@ option(lssh)
blacknon([email protected])

VERSION:
0.6.4
0.6.5

USAGE:
# connect ssh
Expand Down Expand Up @@ -143,7 +151,7 @@ option(lscp)
blacknon([email protected])

VERSION:
0.6.4
0.6.5

USAGE:
# local to remote scp
Expand Down Expand Up @@ -178,7 +186,7 @@ option(lsftp)
blacknon([email protected])

VERSION:
0.6.4
0.6.5

USAGE:
# start lsftp shell
Expand Down

0 comments on commit dc2ffda

Please sign in to comment.