michalpolkowski / alt-f

Automatically exported from code.google.com/p/alt-f
0 stars 0 forks source link

Alt-F 0.1RC1 dropbear switches not working properly; need to be seperated #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure ssh to disallow root (or password-less logins)
2. Attempt to ssh in and log in as root; you will be successful
3. Set up keys and try to login it; you will be unsuccessful

What is the expected output? What do you see instead?
Root should not be allowed to log in over ssh when configured to do so. 
Password-less logins should work when enabled and configured properly. 

What version of the product are you using? On what operating system?
Alt-F 0.1RC1 (Rev C1)

Please provide any additional information below.
Per discussions, maintainer noted that new dropbear version needs to have 
switches separated (ie. -i -w), they cannot be together (ex. -iw).

Original issue reported on code.google.com by Jeremy.M...@gmail.com on 6 Jan 2012 at 12:40

GoogleCodeExporter commented 9 years ago
fixed in my sources, thanks

Original comment by whoami.j...@gmail.com on 16 Jan 2012 at 5:42