atoot_283592
Jul 24, 2018Nimbostratus
Run multiple TMSH commands remotley
Hello,
F5 user =
name- admin1 ;
rights- admin rights ;
shell- TMSH only
Id like to run the follow in one remote script without having to enter password 2 times and without u...
- Jul 24, 2018
You can write something like this. It's basic Unix separator
.;
ssh admin1@192.168.0.3
; tmsh modify ltm virtual rule { rule1 }; tmsh delete sys connection cs-server-addr 10.3.3.111; echo FINISHEDrun /util bash
--> Just for Information.echo FINISHED
cheers...