Changes between Version 2 and Version 3 of Documentation/SupportedImages/BuildingBaselineImage
- Timestamp:
- Jan 25, 2012, 9:57:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/SupportedImages/BuildingBaselineImage
v2 v3 45 45 root:!:15363:0:99999:7::: 46 46 }}} 47 remove the ! that follows the root. This will make the root account active and set the password to nil.[[BR]] 47 remove the ! that follows the root. This will make the root account active and set the password to nil. Console logins for root will now 48 not require a password. [[BR]] 48 49 [[BR]] 49 For ssh... 50 To get ssh to accept the changes we need to modify /etc/ssh/sshd_config make sure a couple of lines have specific values. They are: 51 {{{ 52 PermitRootLogin yes 53 StrictModes no 54 PermitEmptyPasswords yes 55 UsePAM no 56 }}}