fabric password

前端 未结 7 1075
刺人心
刺人心 2020-11-29 23:42

Every time fabric runs, it asks for root password, can it be sent along same for automated proposes.

fab staging test
相关标签:
7条回答
  • 2020-11-30 00:40

    fab -h will show you all the options, you can also read them here.

    In particular, and I quote,

    -p PASSWORD, --password=PASSWORD

    Sets env.password to the given string; it will then be used as the default password when making SSH connections or calling the sudo program.

    0 讨论(0)
提交回复
热议问题