为什么在运行rsync时出现此错误?
问题描述:
我正在尝试使用rsync将我的文件从本地主机传输到服务器。但是,这是发生了什么为什么在运行rsync时出现此错误?
[email protected]_def:~$ rsync -v -e ssh textfile.txt
[email protected]:/home/test
ssh: connect to host 123.45.67.890 port 22: Connection timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
[email protected]_def:~$
的[SSH服务器连接到主机可能重复的XXX端口22:连接超时在linux-ubuntu上](http://stackoverflow.com/questions/12172188/ssh-server-connect-to-host-xxx-port-22-connection-timed-out-on-linux-ubuntu) – Jakuje