Skip to content

Commit

Permalink
Update password
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jan 17, 2024
1 parent e776f1d commit f9703a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tc2/auth/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set-pi-password:
user.present:
- name: pi
- password: "$6$u.LDU80e$fFiSnuvLeAXpPpTYlY5EVy4N/HSRsaHg4nf0IYKZVutXjjyEXaIPlc0Zxj/O/RE2QqztmoKsd4IHVg2KM6OQD."
- password: "$y$j9T$yxfG/hMbzScOh2LZnczGZ0$mrRuhPl/e9gVH6iigqpmfPHRTaRJHQJ/f9PK0Tzp.D1"

prevent-root-ssh-login:
file.append:
Expand All @@ -28,5 +28,3 @@ ssh-service:
- watch:
- prevent-root-ssh-login
- prevent-password-logins

# - password: "$y$j9T$yxfG/hMbzScOh2LZnczGZ0$mrRuhPl/e9gVH6iigqpmfPHRTaRJHQJ/f9PK0Tzp.D1"

0 comments on commit f9703a2

Please sign in to comment.