$ ssh [email protected] ssh: connect to host 10.0.2.15 port 22: Operation timed outThe output of “ip addr show” in the CentOS:


$ ssh -p 2222 [email protected] The authenticity of host '[127.0.0.1]:2222 ([127.0.0.1]:2222)' can't be established. ECDSA key fingerprint is SHA256:QWANQHt0hrV+l98si9RT1u5r0H9Q6A/GCe5jR+MQbHs. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts. [email protected]'s password: Last failed login: Wed May 25 15:26:45 AEST 2016 from 10.0.2.2 on ssh:notty There was 1 failed login attempt since the last successful login. Last login: Wed May 25 15:22:16 2016 from localhost
Awesome. Simple, perfect. Thanks.
It worked for me, Thanks
Hi Chaitanya,
Thanks for visiting and I am glad that it works for your.
Cheers
Eric
This worked great! Any advice or maybe a walk-thru like this for doing the same thing but on another computer in my network?
Running Ubuntu with VirtualBox that’s running CentOS7 – I want to SSH into it from my Windows machine.