Open jbrepogmailcom opened 1 year ago
Hi, in order to solve this I recommend to follow this guide: https://github.com/Xyl0se/Pwnagotchi-new-guerilla-guide
connect RP0W data port to pc (Micro-USB to USB A) wait for the device to boot up for the first time (20+ Minutes) Check Device Manager for COM-Port - as described here If Windows didn't install the RP0W as an "Ethernet Gadget", download the corresponding driver on Windows Update Unpack the CAB In Device Manager select the COM-Device and update the driver with the one from the CAB make sure to check in Network Devices for the Interface and configure TCP/IP v4 to use 10.0.0.01 as its IP-address, 255.255.255.0 as Subnet and 10.0.0.1 as Gateway.
It worked for me in the first atemp Regards
Do an ssh -vv pi@10.0.0.2
and post what you see into a comment.
Does your box have a route for that addres? route -n
What is your addressing like at home? Does it overlap with 10.0.0.2?
How, exactly, are you trying to connect to it? Do you have a USB Ethernet adapter or something?
I
Do an
ssh -vv pi@10.0.0.2
and post what you see into a comment.Does your box have a route for that addres?
route -n
What is your addressing like at home? Does it overlap with 10.0.0.2?
How, exactly, are you trying to connect to it? Do you have a USB Ethernet adapter or something?
I have a similar problem, and here is my reply:
OpenSSH_8.6p1, LibreSSL 3.3.6 debug1: Reading configuration data /Users/user/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/ matched no files debug1: /etc/ssh/ssh_config line 54: Applying options for debug2: resolve_canonicalize: hostname 10.0.0.1 is address debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug1: Connecting to 10.0.0.1 [10.0.0.1] port 22. debug1: connect to address 10.0.0.1 port 22: Connection refused
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.