Sorry for the mistakes I've made.
I'm trying to connect through ssh to my host machine (Ubuntu 13.10) from guest machine (Ubuntu Server 13.10) which has bridged adapter.
Vice versa everything ok - I connect to guest just by typing ssh user@dhcp-ip
, but when I try to connect conversely I get the following:
connect to host 192.168.0.x port 22: No route to host
.
IP on host machine is taken from the ifconfig
from eth0.
Recently, I've checked up that port 22 is listened by ssh server daemon on the host machine. What I do wrong?
I think, the problem is in ssh-server on host machine (because of wrong configuration there is no connection). I didn't solve the problem - I just move to Docker.