Aber Homebrew ist hilfreich: $ brew search sshpass ==> Formulae sshs If you meant "sshpass" specifically: We won't add sshpass because it makes it too easy for novice SSH users to ruin SSH's security. Das fasst es in etwa zusammen.
<https://stackoverflow.com/questions/32255660/how-to-install-sshpass-on-mac> > How to install sshpass on Mac? Accepted Answer: ``` curl -L https://raw.githubusercontent.com/<...>Formula/sshpass.rb > sshpass.rb && brew install sshpass.rb && rm sshpass.rb ``` Ich will hochgebeamt werden. Hier ist kein intelligentes Leben möglich.
@87c98d39 finde diese diskussion wirklich schön https://assets.chaos.social/media_attachments/files/111/070/027/756/528/889/original/d4436cfb3454cf0c.png
"Aber ich brauch das doch, weil mein BMC keine Keys..." https://github.com/seveas/python-hpilo https://github.com/bmc-toolbox/bmcbutler https://github.com/bmc-toolbox/dora und die anderen Tools auf bmc-toolbox.
@87c98d39 den sshd der IPmi Geräte will ich doch gar nicht benutzen. Weder mit Passwort, noch überhaupt... Gelobt werde Redfish und die anderen APIs.
@87c98d39 auch die man page von sshpass ist hilfreich: First and foremost, users of sshpass should realize that ssh's insistance on only getting the password interactively is not without reason. It is close to impossible to securely store the password, and users of sshpass should consider whether ssh's public key authentication provides the same end-user experience, while involving less hassle and being more secure.