VM setup without root privileges.
Daniel8675 opened this issue · 1 comments
Daniel8675 commented
- Is it possible to run Lithops on a virtual machine where we don't have root privileges?
- Does the script
install_lithops.sh
modify files in the/etc
folder that, without the mentioned privileges, are untouchable? - Are there plans to work on support for more secure algorithms than RSA for virtual machines?
JosepSampe commented
Hi @Daniel8675
Is it possible to run Lithops on a virtual machine where we don't have root privileges? Does the script install_lithops.sh modify files in the /etc folder that, without the mentioned privileges, are untouchable?
Currently lithops uses sudo apt
to install all the required packages by lithops, and sudo systemctl start/stop
, since lithops is installed in the VM as a unix service.
Are there plans to work on support for more secure algorithms than RSA for virtual machines?
Due to an issue with the paramiko library, we had to force the ssh client to always load RSA keys. So currently there is no plan to adopt another algorithm.