Unable to connect to Karaf console

a few time ago, I’ve updated my OH2 to snapshot branch and my karaf was upgraded. I allowed the update to overwritre the log config file and everything was fine.
Now i wanted to use Karaf console to enable some logs and i’m unable to connect to it. I’ve already reseted the password in the user.properties file. Am I missing something ?

@OpenHab:/var/lib/openhab2/etc $ ssh openhab@localhost -p 8101
Password authentication
Password:
Password authentication
Password:
Password authentication
Password:
openhab@localhost’s password:
Permission denied, please try again.
openhab@localhost’s password:
Permission denied, please try again.
openhab@localhost’s password:
Permission denied (keyboard-interactive,password,publickey).

Same problem, first time I’ve tried to use Karaf since reinstalling openhab
Tried both the password ‘openhab’ and the password I set on the system, and logging into the RPI through SSH

For me it was working perfectly before I upgraded to OH 2.2.0 so I’m not sure if there is a new way to connect since karaf was upgraded. I couldn’t find anything about it.

Solved, it was just behind my eyes, event though I red it several times: Karaf Console - Access denied
I was missing the “,g:admingroup” after the password. Sorry, my bad