go to post Robert Cemper · Apr 23, 2021 Thanks to the input by @Hannes Postl OEID container start inclusive SSH is now standard $ docker-compose up -d
go to post Robert Cemper · Apr 23, 2021 Thank you @Hannes Postl OEID !You not only made my day but my week!My major issue is fixed and you inspired me to some useful changes
go to post Robert Cemper · Apr 23, 2021 Hello Hannes!Thanks for the hint ! I'll check immedeatly.- for the stop:I've seen this in some cases but could imagine it related to large global buffers.default timeout for docker stop iris is 10 sec but docker stop -t 60 iris will give it a minutethe total save approach could be docker exec iris iris stop iris quietly so iris is downdocker stop iris now stop the container
go to post Robert Cemper · Apr 23, 2021 Hi @Kurro Lopez ! The Follows operator is ] while ] stands for Binary Follows stands ]] for Binary Sorts After the difference is described there though it may sound esoteric at first sight.
go to post Robert Cemper · Apr 22, 2021 Reacting to various security concerns I have adjusted Dockerfile to the templateAt the price of an additional command @ container start.It is now: $ docker-compose up -d$ docker-compose exec -u root iris /sshstart.sh README.md is adjusted, Video is unchanged (to hide the additional grey hairs) .
go to post Robert Cemper · Apr 21, 2021 This is an excellent application.- It allows to create a base configuration and handle variants.- And it's an excellent readable and easy-to-understand documentation.- On top, it is JSON based and therefore well suited to source and version managementThe original CachéParameterFile iris.cpf does a mimic of versioning.But it is buried deep into the installation directory and as cryptic as theEgyptian Book of the Dead. [reserved to the priest of IRIS cultus] I was waiting for something similar useful for decades!I suggest: No one running and supporting more than 2 configurations should miss it!
go to post Robert Cemper · Apr 21, 2021 <ctrl>+C doesn't work anymore . I had to kill terminal or process I'll step back
go to post Robert Cemper · Apr 21, 2021 Great hint! Up to now I just used select text > right click "copy + paste"
go to post Robert Cemper · Apr 20, 2021 Why not take advantage of what is there and what is still working well.You can't get all the %R*.int and %G*.int routines in Studio (no idea about VSCode)But a closer look to the well know system globals and a ZLOAD brings those zombies back to life.
go to post Robert Cemper · Apr 20, 2021 @Alexey Maslov Following your suggestion, I investigated public key bases authentication.And it's of course available (no surprise it's standard Linux) $ cd /etc/ssh$ ls -ltotal 580-rw-r--r-- 1 root root 553122 Mar 4 2019 moduli-rw-r--r-- 1 root root 1580 Mar 4 2019 ssh_config-rw------- 1 root root 227 Apr 20 20:32 ssh_host_ecdsa_key-rw-r--r-- 1 root root 179 Apr 20 20:32 ssh_host_ecdsa_key.pub-rw------- 1 root root 411 Apr 20 20:32 ssh_host_ed25519_key-rw-r--r-- 1 root root 99 Apr 20 20:32 ssh_host_ed25519_key.pub-rw------- 1 root root 1679 Apr 20 20:32 ssh_host_rsa_key-rw-r--r-- 1 root root 399 Apr 20 20:32 ssh_host_rsa_key.pub BUT: - These keys change with every run of a docker build- the client side varies with the platform, client type, .... and is rather tricky It is for sure beyond the bounds of this demo For production, it makes sense, but not for download and run within 4 minutes.
go to post Robert Cemper · Apr 20, 2021 Just great! I like it. with a solid partition / session under the feet. no local stuff, not browsers !(btw. I had something similaar in mind but this is much better)
go to post Robert Cemper · Apr 19, 2021 Thank you @Luca Ravazzolo It's a great story!And the CHUI interface is a dead horse. No doubt!But the need is not an invention but a demand from existing customers that fearto lose control over their data and operation. Especially if there is nothinganymore in the basement you can touch.So I show that is possible. I don't judge if it makes sense. Like in real life:- Some people climb Aiguille de Midi with ropes and hookseven as there is a cable car to the top installed.- Others drive SUV and HUMMERs but mostly run the highwayand almost never leave the well-pathed roads.
go to post Robert Cemper · Apr 19, 2021 It's just required to produce the demo video to demonstrate full functionality with this setup
go to post Robert Cemper · Apr 19, 2021 @Alexey Maslov !You are totally right.It is not the final solution but the start of a different scenario.PW was just the most simple approach to begin with.I was much more puzzled by the fact that sshd only starts from rootand that it does a very detailed check of the access rights on the internal generated keys.An just found no way to start a service from within IRIS.Now in the soft version, it is started with docker exec ... as by README.md and OEX.and the pw can be provided in a similar way