mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Setup Script - Salt Key rework
This commit is contained in:
@@ -43,7 +43,7 @@ accept_salt_key_local() {
|
|||||||
|
|
||||||
accept_salt_key_remote() {
|
accept_salt_key_remote() {
|
||||||
# Accept the key
|
# Accept the key
|
||||||
SSHCOMMANDS="sudo salt-key -ya $HOSTNAME"
|
SSHCOMMANDS='sudo salt-key -ya $HOSTNAME'
|
||||||
ssh -i ~/.ssh/so.key socore@$MSRV < $SSHCOMMANDS
|
ssh -i ~/.ssh/so.key socore@$MSRV < $SSHCOMMANDS
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user