Install SSH
https://phoenixnap.com/kb/how-to-enable-ssh-on-debian
sudo apt install python3-pip -y
sudo apt-get install python3-venv
python3 -m venv my-virtual-env
Install SSH
https://phoenixnap.com/kb/how-to-enable-ssh-on-debian
sudo apt install python3-pip -y
sudo apt-get install python3-venv
python3 -m venv my-virtual-env
0 Comments