I was able to ssh into the router by creating private/public rsa keys using ssh-keygen and then invoking their custom location from the command line:
runuser -l openhab -c "ssh
[email protected] -i /openhab/conf/exec/ASUS/id_rsa "
note: in the end i did not need the 'StrictHostKeyChecking no'...