Add ssh client and sshpass as prerequisites for dev env

This commit is contained in:
emil 2024-08-19 00:24:30 +02:00
parent 59a9c96f46
commit 85794bb8c4

View File

@ -132,13 +132,14 @@ choice.
2. [incus](https://linuxcontainers.org/incus/docs/main/) has been installed and initialised on this
machine, so that containers can be launched. It will effectively be used as
a container hypervisor.
3. Your user has been granted permissions to manage Linux containers.
4. Python 3 has been set up correctly on the machine.
5. [Pipenv](https://github.com/pypa/pipenv) has been installed on the machine.
6. [git](https://git-scm.com/) has been installed on the machine.
7. [Task](https://github.com/go-task/task) has been installed and has been
3. Your user has been granted permissions to manage Linux containers, i.e. your user is a member of the group `incus-admin`.
4. [OpenSSH](https://www.openssh.com/) client and [sshpass](https://sourceforge.net/projects/sshpass/) have been installed on the local machine.
5. Python 3 has been set up correctly on the machine.
6. [Pipenv](https://github.com/pypa/pipenv) has been installed on the machine.
7. [git](https://git-scm.com/) has been installed on the machine.
8. [Task](https://github.com/go-task/task) has been installed and has been
available in the `$PATH` environment variable for the current user.
8. [pigz](https://zlib.net/pigz/) has been installed.
9. [pigz](https://zlib.net/pigz/) has been installed.
### Initialize collection project locally