TheOne93 Posted December 19, 2022 Share Posted December 19, 2022 Hello, excuse me for my question, but i can not access to the LAN Turtle via SSH. I put my Lan Turtle on the PC, then i receive a IP Adress from my Terminal 172.16.84.160. I Try to connect to via SSH but this is not working... I dont unterstand why.. the IP Adress that i try to connect is 172.16.84.1 on port 22. I tryed ssh root@172.16.84.1 ssh root@172.16.84.1:22 ssh root@172.16.84.1 -p 22 ssh Turtle@172.16.84.1:22 ssh Turtle@172.16.84.1 -p 22 ssh root@172.16.84.160:22 ssh root@172.16.84.160 -p 22 ssh Turtle@172.16.84.160:22 but nothing is working... i can access to other machines via ssh, but not to LAN Turtle... And everytime when i put the Turtle in my PC, the Network Connection breaks down.. Have someone a Solution for this Problem? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 19, 2022 Share Posted December 19, 2022 That operation should be no problem. The first of your ssh options should work. To be able to troubleshoot further, more information is needed. Is the Turtle brand new out of the box or have you used it before (and being successful accessing the Turtle using ssh)? If you have done something with it, then what have you done? Any module(s) loaded? Anything installed using opkg? etc.... The last resort is probably to do a factory reset. Quote Link to comment Share on other sites More sharing options...
TheOne93 Posted December 20, 2022 Author Share Posted December 20, 2022 Hello, yes, the Turtle is brand new out of the box. And no, I dont do anything with the Turtle, the only thing is I tryd is to connect via SSH. Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 20, 2022 Share Posted December 20, 2022 What computer/OS are you attaching the Turtle to? Have you tried other computers? If networking breaks on the computer when you attach the Turtle, that sounds a bit suspicious. Quote Link to comment Share on other sites More sharing options...
TheOne93 Posted December 20, 2022 Author Share Posted December 20, 2022 I tryd with MacOs and Ubuntu, both of them is the actual software. When i Tryied ssh root@172.16.84.1 then i became this output: ssh: connect to host 172.16.84.1 port 22: Operation timed out and after the connection is lost i became this output: Unable to negotiate with 172.16.84.1 port 22: no matching host key type found. Their offer: ssh-rsa And now i have connect the Lan Turtle but i can not connect the Internet or ping 8.8.8.8 I really dont know, what i have to do😔 Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 20, 2022 Share Posted December 20, 2022 Try ssh -oHostKeyAlgorithms=+ssh-rsa root@172.16.84.1 Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 20, 2022 Share Posted December 20, 2022 Regarding your network breaking, I guess it's because the Turtle "hijacks" the routing making your computer think it's the route to take to get to the internet. Quote Link to comment Share on other sites More sharing options...
TheOne93 Posted December 20, 2022 Author Share Posted December 20, 2022 ok this works but with the default Credentials are not working. Default Passwort: sh3llz is not working... Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted December 20, 2022 Share Posted December 20, 2022 No idea why that won't work. I would probably factory reset it if being in a situation with these kinds of issues. Quote Link to comment Share on other sites More sharing options...
Rudra Verma Posted March 31, 2023 Share Posted March 31, 2023 hi there, I have bought a brand new lan turtle, but when i am pluggin in the USB port to my laptop i receive an IP 172.16.84.100 but I am not able to ssh to 172.16.84.1 and it is always timing out. I did tried the firmware reset and still no luck. I tried plugging in the etherner port and I can see DHCP is assigned to Lan turtle but still I cant ssh to that eth0 IP as well assigned by my DHCP server. it is just timing out on every single ssh connection. Please help me as I just bought this device online from hak5 and looks like there is no support available. Quote Link to comment Share on other sites More sharing options...
Irukandji Posted March 31, 2023 Share Posted March 31, 2023 All of the docs are here.. 👉https://docs.hak5.org/lan-turtle/ And try it with usb side of the turtle. 1 Quote Link to comment Share on other sites More sharing options...
kylej916 Posted March 25 Share Posted March 25 I'm having the same problem with my lan turtle. I try to ssh and I get the Unable to negotiate with 172.16.84.1 port 22: no matching host key type found. Their offer: ssh-rsa error. When I ifconfig it lists an IP address of 172.16.84.110. I try ssh root@172.16.84.110 and it prompts for ssh password but default password sh3llz doesn't work. I try factory resetting and flashing different firmware versions but nothing works I can't ssh into it and it's very frustrating. Also having the same problem with packet squirrel original version. Can't figure either one out and it's driving me absolutely insane. Any help? Quote Link to comment Share on other sites More sharing options...
dark_pyrro Posted March 26 Share Posted March 26 I guess you're the same user as the one posting on Discord (since it's the exact same subject). 7 hours ago, kylej916 said: Unable to negotiate with 172.16.84.1 port 22: no matching host key type found. Their offer: ssh-rsa You can read about how to solve that a few posts up this thread. 7 hours ago, kylej916 said: I try ssh root@172.16.84.110 and it prompts for ssh password but default password sh3llz doesn't work That's because you're not ssh'ing the Turtle (which has 172.16.84.1) but instead ssh'ing yourself, and if your machine doesn't have the root user along with the sh3llz password set, then you're not going to be able to log in (and you won't be logging in to the Turtle for sure since .110 is the wrong IP address). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.