mirror of
https://github.com/splunk/DECEIVE.git
synced 2025-07-02 00:57:26 -04:00
Wildcard password support
Setting a password to be "*" in the config file will cause the server to accept any password the client provides for that account, including an empty password.
This commit is contained in:
@ -75,9 +75,12 @@ system_prompt = Interpret all inputs as though they were SSH commands and provid
|
||||
# The valid user accounts and passwords for the SSH server, in the
|
||||
# form "username = password". Note that you can enable login without
|
||||
# a password by leaving that field blank (e.g., "guest =" on a line by
|
||||
# itself)
|
||||
# itself). You can set an account to accept ANY password, including an empty
|
||||
# password, by setting the password to "*"
|
||||
[user_accounts]
|
||||
guest =
|
||||
user1 = secretpw
|
||||
user2 = password123
|
||||
root = *
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user