How to automate password entry?

后端 未结 5 2266
攒了一身酷
攒了一身酷 2020-12-16 06:46

I want to install a software library (SWIG) on a list of computers (Jenkins nodes). I\'m using the following script to automate this somewhat:

NODES=\"10.8.2         


        
5条回答
  •  渐次进展
    2020-12-16 07:27

    You could look into setting up passwordless ssh keys for that. Establishing Batch Mode Connections between OpenSSH and SSH2 is a starting point, you'll find lots of information on this topic on the web.

提交回复
热议问题