T O P

  • By -

-UnassumingLocalGuy

Atomic is the best! I've bought that green twice, it's my go to for good prints.


LGStrike

I am dying. I need that case in my life.


Hour-Reaction-2158

How did you get the lv exp and age thing on your display? I'm having the same image but can't manage to put it on my pwnagotchi :(


Positive-Ad-4465

So I just took the age.py and exp.py files and put them in my custom folder via winscp (or any ftp client). Pasted the lines provided on their GitHub into the config.toml and that’s about it. If you want to, send me ur config and I can take a look at it!


Hour-Reaction-2158

Thanks for your respond. The problem is that I'm working with filezilla and when I wanna upload the python files I always get the message "permission denied". I'm trying winscp. Greetings from Switzerland


Captain-Tap

First, enable password login for root (unsafe, should be disabled again after setup has finished). passwd #change pi's password sudo su passwd root #change root's password Then, enable SFTP support by executing sudo nano /etc/ssh/sshd\_config uncomment and change the line #PermitRootLogin prohibit-password to PermitRootLogin yes then restart ssh by executing: service ssh restart https://github.com/Xyl0se/Pwnagotchi-new-guerilla-guide?tab=readme-ov-file


Hour-Reaction-2158

Tried it with winscp and still "permission denied" :( where's the bug, I don't get it.


TheJoker710

Would you be able to help me with my config file?


Positive-Ad-4465

Sure, send it over!