I've set up a gitolite installation on OpenWrt-18.06.04 according to this guide: https://openwrt.org/docs/guide-user/services/gitolite
Step 9 of the "actual install" suggests removing the RSA-key from /srv/git/.ssh/authorized_keys
If I do so, I cannot connect over shh git@openWRT at all. If I leave the key in there I can connect, but it results in a normal ssh session, no gitolite (The key of my admin-gitolite user is the same as the openwrt admin rsa key)
echo normal access
returns
normal access
What am I missing?