From 363495914d5e1569d54e753b2f457a44faa7f962 Mon Sep 17 00:00:00 2001 From: Christian Zufferey Date: Mon, 23 Dec 2019 23:38:15 +0100 Subject: [PATCH] wip --- Mesures/humidity/bolo/_zremote_cmd.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Mesures/humidity/bolo/_zremote_cmd.txt b/Mesures/humidity/bolo/_zremote_cmd.txt index 74d4548..aa5fa4e 100644 --- a/Mesures/humidity/bolo/_zremote_cmd.txt +++ b/Mesures/humidity/bolo/_zremote_cmd.txt @@ -174,8 +174,8 @@ cat("boot2.lua") # création des tunnels ssh ATTENTION: dans un premier terminal ! -Pour le MsL -ssh -t -L 2323:localhost:2323 ubuntu@www.zuzutest.ml ssh -N -L 2323:192.168.1.111:23 ubuntu@localhost -p 20221 +Pour Bolo à Ruchonnet: +ssh -t -L 2323:localhost:2323 ubuntu@www.zuzutest.ml ssh -N -L 2323:192.168.0.137:23 ubuntu@localhost -p 20223 Pour le Crêt ssh -N -L 2323:192.168.0.137:23 admin@z.zufferey.com -p 1822 @@ -208,4 +208,7 @@ cat("head.lua") status, err = pcall(function () fonction_a_tester() end) if status==false then print("Error: ",err) end status, err = pcall(function () toto() end) if status==false then print("Error: ",err) end + + + .