618 B
618 B
Server Setup Guide
Linux
https://averagelinuxuser.com/ssh-into-virtualbox/
sudo apt install openssh-serversudo systemctl enable ssh --nowsudo ufw disable(disable firewall - safe for local network, otherwisesudo ufw allow ssh)ip a- find ip address- ssh username@<ip_address>
- On host, run
ssh-copy-id <username>@<ip_address>
Windows
- Copy and paste the file
windows_server/main.pyto the windows vm - Make sure
mouseandkeyboardare installed - Run the file
python main.py ipconfig /alland find the ip address