Merge lp:~smoser/cirros/trunk.letsplay2 into lp:cirros
Proposed by
Scott Moser
on 2016-06-29
Status: | Merged |
---|---|
Merge reported by: | Scott Moser |
Merged at revision: | not available |
Proposed branch: | lp:~smoser/cirros/trunk.letsplay2 |
Merge into: | lp:cirros |
Diff against target: |
83 lines (+53/-2) 4 files modified
ChangeLog (+1/-0) bin/encrypt-pass (+50/-0) src/etc/issue (+1/-1) src/etc/shadow (+1/-1) |
To merge this branch: | bzr merge lp:~smoser/cirros/trunk.letsplay2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
cirros developers | 2016-06-29 | Pending | |
Review via email:
|
Commit message
set default password to 'letsplay2'
The smiley face was hard or impossible to type in some scenarios.
The new password still pays homage to the Cubs.
To post a comment you must log in.
Vincent Legoll (vincent-legoll) wrote : | # |
lp:~smoser/cirros/trunk.letsplay2
updated
on 2016-07-15
- 368. By Scott Moser on 2016-07-15
-
bin/encrypt-pass: add tool for converting plaintext to encrypted
Scott Moser (smoser) wrote : | # |
Vincent, your suggestion is possible.
I just added bin/encrypt-pass:
$ ./bin/encrypt-pass gocubs
$1$ksrkfrou$
we could then modify the targets etc/shadow to have the new pass from that.
OK, that's way better than cubswin:)
The "2" may pose some slight problems, but generally the numeric keys can be easier to find, either with the numeric keypad or with shift (for AZERTY mappings)...
I personally would better go to letsplay without the 2, but I don't know about that homage you speak about... :-)
What would be über cool, would be to make it customizable at image build time, by putting it cleartext in a makefile or something like that, and the src/etc/shadow entry is generated on the fly from that...
That actual change is reviewed-by: me...
Thanks