Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

2.1 : SSH password login disabled by default on BBB #65

Closed
strasharo opened this issue Mar 1, 2016 · 3 comments
Closed

2.1 : SSH password login disabled by default on BBB #65

strasharo opened this issue Mar 1, 2016 · 3 comments

Comments

@strasharo
Copy link

Currently the default sshd setup on BBB contains the following line, which makes remote login impossible:

PermitRootLogin prohibit-password

I checked the build script and it has the following line:
sed -i -e 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config

I guess it should be updated to:
sed -i -e 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config

Thanks.

@steev
Copy link
Collaborator

steev commented Mar 1, 2016

Yep, I noticed that as well - it's a recent update to openssh that changed the default (and option) - will update the scripts.

@steev
Copy link
Collaborator

steev commented Mar 25, 2016

2.1.2 fixes this issue, thanks for reporting!

@steev steev closed this as completed Mar 25, 2016
@strasharo
Copy link
Author

I confirm that it's resolved in 2.1.2, thanks for the help. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants