# change password for root
sudo passwd
# install and configure open ssh server
apt-get install openssh-server # install open ssh server vi /etc/ssh/sshd_config # PermitRootLogin yes /etc/init.d/ssh restart
# copy files from another machine
rsync -av [email protected]:/root/mysql-tarballs .
时间: 2024-10-14 10:35:46