2
I have libvirt+lvm+kvm setup on dedicated server with one virtual guest inside. I can access guest from host using ssh and ip of guest, but I can't understand how do I access guest from my laptop using ssh. It seems to ssh to host and then it fails, because there is no such user (and this user exists only inside VM). Also, there is nginx installed on both host and vm and nginx proxies all requests for subdomain to vm's nginx (what is awesome and works as I expect).
So I need to somehow ssh from my local laptop to vm, bypassing vm host system.