mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Setup Script - SSH Key Accept Issue
This commit is contained in:
@@ -43,7 +43,8 @@ accept_salt_key_local() {
|
|||||||
|
|
||||||
accept_salt_key_remote() {
|
accept_salt_key_remote() {
|
||||||
# Accept the key
|
# Accept the key
|
||||||
ssh -i ~/.ssh/so.key socore@$MSRV 'sudo salt-key -ya $HOSTNAME'
|
|
||||||
|
echo "ssh -i ~/.ssh/so.key socore@$MSRV 'sudo salt-key -ya $HOSTNAME'"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user