I wanted to ssh into Kaa's sandbox using ssh [email protected] -p 2222
given in the virtual machine to us and also in one of the Data Collection demo where it said that we need to ssh into kaa's sandbox then we can see our mongoDB using our application token of our demo to see data saved into it.
But we do know the password is kaa123
. But I tried 4 times, it shows permission denied, please try again
until it shows permission denied (publickey,password)
.
ThusIi would like to seek help. I haven set up anything apart from downloading cmake
, gcc
. I changed the port on Raspberry pi to port 2222. Raspberry pi is connected to my computer using an Ethernet cable.
Raspberry pi static ip address :
169.254.220.68
Computer static ip address :
169.254.220.135
Kaa's sandbox ssh address is :
ssh [email protected] -p 222
Your answers are really very very important to us as we have been stuck for days for our mini Final Year Project.
127.0.0.1 always points to your own computer. If kaa's sanbox is in your Raspberry Pi, try
ssh [email protected] -p 2222