Re: Minix 3.2 setting up ssh

675 views
Skip to first unread message

Ben Gras

unread,
Nov 16, 2012, 4:22:12 AM11/16/12
to min...@googlegroups.com
Chances are remote root login is disabled by default; try making a user and sshing using that user.

On Friday, November 16, 2012 4:23:39 AM UTC+1, Kun Qian wrote:
Hi all,

I have install MINIX 3.20 on VMware player on Linux (ubuntu). 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 into Minix virtual machine with ssh ro...@xxx.xxx.x.xxx but I got the following output:

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

I am sure the password I entered is correct, Trying to ssh into Minix on Minix works, but not from Linux. What am I doing wrong here? I haven't change the default setting in anyway.

Evgeniy Ivanov

unread,
Nov 16, 2012, 4:34:17 AM11/16/12
to min...@googlegroups.com
As Ben says, you can create a new user. Also you can modify your
/usr/pkg/etc/ssh/sshd_config (uncomment following line):
PermitRootLogin yes

I also usually uncomment these ones to login without a password:
RSAAuthentication yes
PubkeyAuthentication yes
> --
> You received this message because you are subscribed to the Google Groups
> "minix3" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/minix3/-/2hph_9sbrBgJ.
>
> To post to this group, send email to min...@googlegroups.com.
> To unsubscribe from this group, send email to
> minix3+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/minix3?hl=en.



--
Cheers,
Evgeniy
Reply all
Reply to author
Forward
0 new messages