何とかコンソールと格闘してます!
interfacesとhost.allowとhost.denyしかいじってないのに!
host.allowはsshd:192.168.
host.denyはALL:ALL
interfacesは
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
# NAT接続
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp

# ホストオンリーアダプタ

auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.56.101
netmask 255.255.255.0

/etc/init.d/networking restart はOK
/etc/init.d/ssh restart はOK

どこかおかしいところありますか?