Downloaded https://downloads.raspberrypi.org/raspbian_latest and wrote the .img to a 32GB MicroSD card. I mounted the card on my Backbox laptop & altered /boot/ config.txt & cmdline.txt (as per the instructions on http://blog.gbaman.info/?p=791), unmounted the card, plugged it into my Raspberry Pi Zero & plugged the Pi0's USB port into my laptop. I tweaked the laptop's network config, to share its connection with the Pi0 & can see that the Pi0 gets an IP address: -
Code: Select all
% ifconfig enp0s20u1
enp0s20u1 Link encap:Ethernet HWaddr 5e:95:da:6b:6a:52
inet addr:10.42.0.1 Bcast:10.42.0.255 Mask:255.255.255.0
inet6 addr: fe80::1b10:3e40:e674:b15a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:245 errors:0 dropped:0 overruns:0 frame:0
TX packets:415 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22393 (22.3 KB) TX bytes:66388 (66.3 KB)
Code: Select all
% ssh pi@10.42.0.1
pi@10.42.0.1's password:
Permission denied, please try again.
pi@10.42.0.1's password:
Permission denied, please try again.
pi@10.42.0.1's password:
Permission denied (publickey,password).
I hope I don't get too much flack for thread stealing, but I think it's the same scenario, or as near as dammit, so may help.