File: pass

package info (click to toggle)
dish 1.16.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 236 kB
  • ctags: 27
  • sloc: exp: 1,248; sh: 196; makefile: 114
file content (10 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#
# Example password file
# Format: <password>:<username>:<hostname>
#
secrete                        # DEFAULT password
letmein:admin                  # Default password for user admin
1changeme:admin:192.168.0.1    # password for account admin@192.168.0.1
1changeme:admin:10.0.0..*      # admin password in the net 10.0.0.255 (regex)
rootpassword:root:host1,host2  # root password for host1 and host2 (list)
anyaccount::.*.local.net       # password for any account in local.net (regex)