I am not able to ssh into my PI that is directly connected to the ethernet port of my ubuntu 12.04 laptop. The PI has 2014-01-07 wheezy installed.
The laptop is wirelessly (wifi) connected to the internet. I have set the Network->Wired->Options->IPv4(tab) to 'Shared to other computers'.
When the PI is connected, ifconfig shows inet addr:10.42.0.1 (there is not an inet addr in the eth0 section before the PI is connected).
With the PI connected, I can ping 10.42.0.1
Code: Select all
mike@mike-Aspire-7535:~$ ping 10.42.0.1
PING 10.42.0.1 (10.42.0.1) 56(84) bytes of data.
64 bytes from 10.42.0.1: icmp_req=1 ttl=64 time=0.281 ms
64 bytes from 10.42.0.1: icmp_req=2 ttl=64 time=0.148 ms
64 bytes from 10.42.0.1: icmp_req=3 ttl=64 time=0.060 ms
Code: Select all
mike@mike-Aspire-7535:~$ ssh -X pi@10.42.0.1
ssh: connect to host 10.42.0.1 port 22: Connection refused
I want to run the PI headless without a separate monitor/keyboard/mouse (I actually do not have these items). I wish to work on it through this headless configuration, connected to the the Ethernet port on my laptop.
Any suggestions would be much appreciated.
Thanks...