SSH
Interaction with the protocol
sudo apt install openssh-clientssh $user@$IP
ssh $user@$IP -i $privatekey #Connect with a private key
ssh $user@$IP -T #Connect trying tunneling
scp $file $user@$IP:/tmp/$file #Use SSH for transferring filesLast updated