I have recently installed Ubuntu Server 10.04 LTS on my machine that has Windows 7 Ultimate. I would like to run the VM graphicless and access it through ssh from Windows 7. My machine is connected to a router wirelessly and with DHCP. I tried different combinations (NAT/Bridged) but still I am unable to access the guest with PuTTY. It either says connection refused or it simply hangs without anyh other output. While I try to connect to the ssh daemon my VM is started and I am logged in with a normal user.
My Ubuntu Setup was just installed and I haven't configured anything on it except done an apt-get update && apt-get upgrade
Also the open-ssh daemon is started and running.
I don't have ICS on my Windows machine so normally nothing should interfere with the ports. I try to connect to 127.0.0.1:22 with the normal user name for the Ubuntu setup and it won't connect!
ifconfigthe assigned IP address of your VM and then try again to SSH to that assigned IP. – Marc-André Appel Feb 13 '12 at 10:27