mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
Update deploy.sh
SSHPASS is only used in the Deploy Sensor function, where it deploys the SSH Key. Without a deployed SSH Key it will fail, as in the check Hive function it expects a cert based authentication, as no Password is being provided
This commit is contained in:
parent
2641d1e743
commit
f2a5025825
1 changed files with 1 additions and 1 deletions
|
@ -170,8 +170,8 @@ while [ 1 != 2 ]
|
||||||
case "$mySELECT" in
|
case "$mySELECT" in
|
||||||
[c,C])
|
[c,C])
|
||||||
fuGET_DEPLOY_DATA
|
fuGET_DEPLOY_DATA
|
||||||
fuCHECK_HIVE
|
|
||||||
fuDEPLOY_SENSOR
|
fuDEPLOY_SENSOR
|
||||||
|
fuCHECK_HIVE
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
[q,Q])
|
[q,Q])
|
||||||
|
|
Loading…
Reference in a new issue