jagheterfredrik / wallbox-pwn

Gain root access to Wallbox chargers such as Pulsar Plus, Copper SB
14 stars 7 forks source link

SSH Error #14

Closed gvisie closed 4 months ago

gvisie commented 4 months ago

Hi, I successfully pwnd my Wallbox (Thank you!)

How do I now SSH? I get the following error:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0664 for 'id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Failed to load key id_rsa: bad permissions

Thank you Andrew

Never mind: i used chmod 600 ~/id_rsa and everything works now!