想在 web 界面上模拟 linux 终端,搜到了 shellinabox , yum 安装后执行:
shellinaboxd -t --disable-ssl-menu -s /shell:pe:pe:/home/pe:'expect /home/pe/back_management/test.exp 172.168.1.1 password'
通过这种方式执行 expect , 172.168.1.1 password 是 test.exp 的参数
现在想同一时刻执行 expect 时传入不同参数,再启 shellinaboxd 方式可以是不行的,该如何处理呢?总不会要一直加-s expect 然后重启应用这种方式吧?