mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup Script - Fix master variable
This commit is contained in:
@@ -116,7 +116,7 @@ copy_ssh_key() {
|
|||||||
cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N ""
|
cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N ""
|
||||||
chown -R $SUDO_USER:$SUDO_USER ~/.ssh
|
chown -R $SUDO_USER:$SUDO_USER ~/.ssh
|
||||||
#Copy the key over to the master
|
#Copy the key over to the master
|
||||||
sudo ssh-copy-id -i ~/.ssh/so.key socore@$MASTER
|
sudo ssh-copy-id -i ~/.ssh/so.key socore@$MSRV
|
||||||
}
|
}
|
||||||
|
|
||||||
create_bond() {
|
create_bond() {
|
||||||
|
|||||||
Reference in New Issue
Block a user