misc
This commit is contained in:
parent
4e6c20cf5f
commit
842fd5968b
7
Makefile
7
Makefile
|
@ -10,6 +10,12 @@ hpdevone:
|
|||
--tsig-secret="uf7tVM0ePWiSl0HtLNJVP7/DH/WuNkugxS19uXfN+k9V+avixXg/fmIS31FjR/kscvgMmkS+sspB83WjYXGU+w==" \
|
||||
-i wlo1 hpdevone.lab.wit.org
|
||||
|
||||
hpdevone-bastion:
|
||||
./go-nsupdate \
|
||||
--tsig-algorithm=hmac-sha512 \
|
||||
--tsig-secret="+jmA1sPgduPR3X7wBn16KsOD3XZQYkPOHXzr4+8IvNvQATO5FfoxinHXJLloWABN+5n56F5Fuvf41+D/RL89UA==" \
|
||||
-i wlo1 hpdevone.lab.wit.org
|
||||
|
||||
setdate:
|
||||
# apt install ntpdate
|
||||
ntpdate pool.ntp.org
|
||||
|
@ -25,4 +31,5 @@ make-keys:
|
|||
sudo tsig-keygen -a hmac-sha512 hpdevone.lab.wit.org
|
||||
|
||||
push:
|
||||
git commit -a
|
||||
git push wit jcarr
|
||||
|
|
Loading…
Reference in New Issue