Configuración de SSH
Instalar SSH en Linux
sudo apt install openssh-client
sudo apt install openssh-serversudo pacman -S opensshssh user@linuxconfig.orgssh -p 22 user@linuxconfig.orgscp file.txt user@linuxconfig:/path/to/destsudo systemctl start sshdsudo systemctl stop sshdsudo systemctl enable sshsudo systemctl disable sshÚltima actualización