I am getting login failed while doing ssh localhost -p 8001. I have tried the
following steps -
1. My drools-wb is running on my localhost. Drools internal ssh server is
runing on port 8001.
2. I have generated the ssh public & private key using ssh-keygen -t rsa
with empty pass phrase.
3. It created id_rsa & id_rsa.pub under $HOME/.ssh.
4. I have copied the content of id_rsa.pub into $HOME/.ssh/authorized_keys.
5. After that tried to access the ssh localhost -p 8001.
I have now recieved a message that -
Authenticated with partial success along with password prompt.
'debug 1: authentication that can continue: password, keyboard-interactive.'
It looks like some where in the server side configuration of drool's ssh
server it is setting 'publicKeyAuthentication no'.
But did not figure out where I can enable that settings in drool's internal
ssh server to pick my generated public key.
I have also tried to setup a different ssh server on my localhost and can
confirm it is correctly picking my public key
for ssh authentication with the same set of ssh configuration I followed
above.
So my questions are -
1. Where does drools keep it's ssh server settings?
2. If I need to allow my ssh public key for authentication, which settings I
need to change?
--
View this message in context:
http://drools.46999.n3.nabble.com/Issue-with-Kie-cli-config-tp4027737p402...
Sent from the Drools: User forum mailing list archive at
Nabble.com.