Merge pull request 'Edit ssh key file name' (#5) from dev into prod
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -9,7 +9,7 @@ SCRIPTSDIR="/root/scripts"
|
||||
REBOOTHANDLER="/root/scripts/reboot_handler.sh"
|
||||
CRONTABTMP="/tmp/crontab.root.tmp"
|
||||
HOSTNAME=$(hostname)
|
||||
KEYFILE="/root/.ssh/id_ed25519"
|
||||
KEYFILE="/root/.ssh/$HOSTNAME"
|
||||
|
||||
|
||||
## 2. ALIASES
|
||||
|
||||
Reference in New Issue
Block a user