SSH to VM failed
Hi, I create my own Cloud, I create a VM. I can ping but I can't SSH it. thx for help
test@one-PC:/usr/lib/ltp$ ping 172.16.0.3 PING 172.16.0.3 (172.16.0.3) 56(84) bytes of data. 64 bytes from 172.16.0.3: icmp_req=1 ttl=64 time=0.271 ms 64 bytes from 172.16.0.3: icmp_req=2 ttl=64 time=0.208 ms ^C --- 172.16.0.3 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 0.208/0.239/0.271/0.035 ms test@one-PC:/usr/lib/ltp$ ssh -vvvv 172.16.0.3 OpenSSH_6.0p1 Debian-3ubuntu1, OpenSSL 1.0.1c 10 May 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 172.16.0.3 [172.16.0.3] port 22. debug1: connect to address 172.16.0.3 port 22: Connection refused ssh: connect to host 172.16.0.3 port 22: Connection refused