mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-28 19:03:32 +01:00
Fix Password Bug for SOREMOTE
This commit is contained in:
@@ -81,7 +81,7 @@ add_soremote_user_master() {
|
||||
$ADDUSER --uid 947 --gid 947 soremote
|
||||
|
||||
# Set the password for soremote that we got during setup
|
||||
echo soremote:$REMOTEPASS1 | chpasswd --crypt-method=SHA512
|
||||
echo soremote:$SOREMOTEPASS1 | chpasswd --crypt-method=SHA512
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user