From cd202f52f277f83145b01158421ebe867f551e8c Mon Sep 17 00:00:00 2001 From: blacknon Date: Mon, 30 Sep 2019 21:14:18 +0900 Subject: [PATCH] update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 151a4734..13717bce 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,16 @@ A terminal log can be recorded by writing a configuration file. dirpath = "~/log/lssh//" +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 + + ### 2. [lssh] run command (parallel) @@ -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 + + ### 4. [lscp] scp (local=>remote(multi), remote(multi)=>local, remote=>remote(multi))