I have a wifi dongle set-up on my Raspberry Pi which i set up such that it directly connects to my wifi which i set up through connectify (Its used for generating a wifi hotspot using the internet from the ethernet cable) and i put a static ip. Till now i have been compiling my projects through ssh on windows 7.
I recently got Ubuntu 13.10 set up in my virtualbox so that i can cross compile my programs. i also ensured that it has access to LAN and internet.
My problem starts here.
I am unable to access my raspberry pi through ssh on my Ubuntu platform as the connection keeps timing out.
this is my ssh code on Ubuntu
Code: Select all
ssh 192.168.229.103 -l pi
Code: Select all
ssh -vvv pi@192.168.229.103
Please Help!