diff options
| author | Scott Moser <smoser@brickies.net> | 2016-11-03 16:32:09 (GMT) |
|---|---|---|
| committer | Scott Moser <smoser@brickies.net> | 2016-11-03 16:32:09 (GMT) |
| commit | 95f4ffa2f5339aa04226718895a780f2994817b9 (patch) | |
| tree | 8dc99189e83574f22bf285f1bfe08af41ad83090 | |
| parent | 9a7c371ef329cf78f256d0a5a8f475d9c57f5477 (diff) | |
Change the password in /etc/shadow to gocubsgo.
Previous commit did not actually change the password, but only added
the tool. This one changes the password.
LP: #1454144
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | bin/encrypt-pass | 0 | ||||
| -rw-r--r-- | src/etc/issue | 2 | ||||
| -rw-r--r-- | src/etc/shadow | 4 |
4 files changed, 4 insertions, 3 deletions
@@ -10,6 +10,7 @@ [Marcin Juszkiewicz] - update ca-certificates.crt to mozilla trunk as of 2016-07-21. - arm/aarch64: put a getty on ttyAMAO. + - set default password to 'gocubsgo' (LP: #1454144) 0.3.4 - Improve tooling for IPv6 and network debugging [Jens Rosenboom] - make 'nc -ll' work again. [Jens Rosenboom] diff --git a/bin/encrypt-pass b/bin/encrypt-pass index 07bd746..07bd746 100644..100755 --- a/bin/encrypt-pass +++ b/bin/encrypt-pass diff --git a/src/etc/issue b/src/etc/issue index 7d16061..8eb7864 100644 --- a/src/etc/issue +++ b/src/etc/issue @@ -1 +1 @@ -login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. +login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. diff --git a/src/etc/shadow b/src/etc/shadow index 27a40bb..0471543 100644 --- a/src/etc/shadow +++ b/src/etc/shadow @@ -1,4 +1,4 @@ -root:!$1$LJwQnqlv$DK6oKqcTq9Rf2ClC.kMa3/:10933:0:99999:7::: +root:!$1$ssisyfpf$YqvuJLfrrW6Cg/l53Pi1n1:10933:0:99999:7::: bin:*:10933:0:99999:7::: daemon:*:10933:0:99999:7::: adm:*:10933:0:99999:7::: @@ -10,4 +10,4 @@ uucp:*:10933:0:99999:7::: operator:*:10933:0:99999:7::: ftp:*:10933:0:99999:7::: nobody:*:10933:0:99999:7::: -cirros:$1$LJwQnqlv$DK6oKqcTq9Rf2ClC.kMa3/:10933:0:99999:7::: +cirros:$1$ecgqyiea$GZzgQPRzx7sFFoZ7p8ewU.:10933:0:99999:7::: |
