Setting up ssh server
sudo systemctl enable ssh
Starting the server
sudo systemctl start ssh
Checking for ssh listening port
netstat -lnpt
Download Files
scp plaintext@192.168.49.128:/root/myroot.txt.
sudo systemctl enable sshStarting the server
sudo systemctl start sshChecking for ssh listening port
netstat -lnptscp plaintext@192.168.49.128:/root/myroot.txt.