我是 Unix 和 Linux Stackexchange 的新手。我有以下问题:我想在 Debian 12 上使用 dirvish 备份破坏 Debian 12 的虚拟机。但是当 dirvish 机器连接到虚拟机进行备份时,它会询问我 6 次密码,然后它说破管:
$ sudo dirvish --vault VMRoot --init
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
[email protected]'s password:
dirvish VMRoot:default error (12) -- broken pipe
dirvish error: branch /backup/dirvish/VM/VMRoot:default image 20230814 failed
当我尝试通过 ssh 连接时,它工作正常,没有错误或问题。有谁知道,为什么我会收到此错误?$ ssh [email protected]
亲切的问候,msi19
答案1
该问题的答案是,旧系统上的某些 sshd 版本太旧,无法与 debian 12 ssh 版本一起使用。对于较新的版本,即使是 debian 10 及以上版本也可以正常工作。