<div dir="ltr"><div>Hi there,</div><div><br></div><div>I have a system configured with ssh login banner like as below:</div><div># cat ~/.bashrc<br></div><div>...</div><div>echo "================================================================================="<br>echo "====== This machine is occupied by xxx for testing now. If you are about to use it, contact xxx first ======"<br>echo "================================================================================="<br></div><div><br></div><div>It works as expected that whenever someone logs into this system by ssh, he/she will see this warning message.</div><div>But it seems such settings will impact a virsh client connection with ssh, when I try to connect the libvirt daemon on this system, it will error out :</div><div># virsh -c qemu+ssh://${my_host}/system list --all<br>root@${my_host}'s password:</div><div>error: failed to connect to the hypervisor<br>error: packet 1027423545 bytes received from server too large, want 33554432<br></div><div><br></div><div>I have searched and found some related explanations[1], and [2] says "The virsh man page doesn't mention ssh, so it sounds like the file /usr/share/doc/libvirt-doc/remote.html shipped with libvirt-doc could use a patch mentioning this."</div><div>But I can not find anything about this currently on file:///usr/share/doc/libvirt-docs/html/remote.html. </div><div>Could we have this documented for reference with all the possibilities? Thank you!</div><div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>[1] <a href="https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/comments/17">https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/comments/17</a></div><div>[2] <a href="https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/comments/14">https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/comments/14</a></div><div><br></div><div><br>-------<br>Best Regards,<br>Yalan Zhang<br>IRC: yalzhang<br></div></div></div></div></div>