I can access guest with ssh.
ssh -Y root@1.1.1.1
But when I logined in,
/usr/local/bin/xauth file /root/.Xauthority does not exist
[/QUOTE]
Make sure that x11/xauth is installed on the guest machine. It's trying to add an MIT-MAGIC-COOKIE to the .Xauthority file on the VM.
[QUOTE="Annalesa, post: 744575, member: 84253"]
/usr/local/bin/xauth (stdin):1: bad display name "unix:10.0" in "remove" command
/usr/local/bin/xauth (stdin):2: bad display name "unix:10.0" in "add" command
and when I run
xclock,
it is
X11 connection rejected because of wrong authentication
Error: cant open display: localhost 10.0
I have
PermitRootLogin yes
X11Forwarding yes
X11DisplayOffset 10
in the /etc/ssh/sshd_config of guest.
I have not installed the vm-bhyve so I don't have the "vm list" command