Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have install MINIX 3.20 on VMware player on LINUX. Now, I am trying to ssh into Minix from the same Linux machine, but I am encountering some problems. First I installed openssh on MINIx then I tried to ssh onto the Minix virtual machine with ssh root@xxx.xxx.x.xxx but I got the following output:

root@xxx.xxx.x.xxx's password: 
Permission denied, please try again. 
root@xxx.xxx.x.xxx's password:  
Permission denied, please try again.
root@xxx.xxx.x.xxx's password: 
Permission denied (publickey,password,keyboard-interactive).

I am sure the password I entered is correct, I have tried to ssh into MINIX on MINIX and it worked but not when I tried it from my linux machine. I have followed the steps for setting up ssh from this webpage, but it didn't work as shown above.

share|improve this question

closed as off topic by Michael Hampton, mdpc, MDMarra, Adrian, SvW Nov 13 '12 at 3:16

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Edit /usr/pkg/etc/ssh/sshd_config and set PermitRootLogin to yes, remove root user from DenyUsers list.

share|improve this answer
I don't see a DenyUsers list in there and PermitRootLogin is already set to yes. Do you think something else is causing the problem? – Mark Nov 12 '12 at 20:25
The only other issue I can think of is a wrong IP address. – FINESEC Nov 12 '12 at 22:17

Not the answer you're looking for? Browse other questions tagged or ask your own question.