Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Sep 30, 2019
1 parent 278ae4c commit cd202f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,16 @@ A terminal log can be recorded by writing a configuration file.
dirpath = "~/log/lssh/<Date>/<Hostname>"


There are other parameters corresponding to ClientAliveInterval and ClientAliveCountMax.

[server.alivecount]
addr = "192.168.100.101"
key = "/path/to/private_key"
note = "alive count max."
alive_max = 3 # ServerAliveCountMax
alive_interval = 60 # ServerAliveCountInterval


</details>

### 2. [lssh] run command (parallel)
Expand Down Expand Up @@ -307,6 +317,11 @@ You can send commands to multiple servers interactively.
lssh -s


You can also combine remote and local commands.

remote_command | !local_command


</details>

### 4. [lscp] scp (local=>remote(multi), remote(multi)=>local, remote=>remote(multi))
Expand Down

0 comments on commit cd202f5

Please sign in to comment.