Password denied on initial SSH Login attempt

I am trying to set up Chirpstack OS v4 on Raspberry pi 3B+ and waveshare sx1302 HAT. I flashed the SD card and gave supply to the pi. In access-point mode I am able to login to web interface. But via ethernet to my pc i am unable to access the gateway using ssh. It just shows “Permission denied”.
I tried entering the default password in the Getting started section of chirpstack documentation .i.e, “chirpstack”.

I have an additional issue that i cannot access my wifi router to see which is the ip address that pi is using. So i’m not sure if i’m on the right IP either. But I did nmap the ip range and tried all the hosts currently up.

Can someone tell me what is going on here that i am unable to access the ssh?
Thanks in advance. :innocent:

I got it.
The default username is “root”, and the ip address can be found by typing in command “ip addr show” after connecting the pi via HDMI. The ip is displayed after inet under section “br-lan”.

So to conclude i used "ssh root@(ipaddr)> " to access the pi.
no password by default.

Hello Alister
sorry for the question…i used PUTTY to connect to raspian without problem but when you say “ssh root@(ipaddr)> " what is the tool ? i tried with power shell and can connect with root and password but no command are recognized and for exemple “sudo gateway-config” does not work, ls ddoes not work to, dir KO…
Putty ? what is the command ?
PowerShell what is command ?
I would like the file to modify the file chirpstack.toml and i don’t where it is
Thank you

This topic was automatically closed after 90 days. New replies are no longer allowed.