Oddbean new post about | logout
 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 Kopf, Tisch, Kontakt. 
 @87c98d39 schick doch nen pull request für homebrew!!11 
 @6a024e1a Bitte scroll einen Artikel weiter hoch. 
 "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. 
 @98a029f0 lies die Dokumentation zu bmcbutler. Es verwendet alle Methoden weil manche an manchen Orten nicht gehen 
 @87c98d39 was willst du tun wenn die büchse ssh keys abgeschaltet hat uns das gitlab da hin deployen muss. immerhin gibt es schlecht geschützte ci variablen dafür 🥺 
 @87c98d39 Wieso nur gitlab? 👀 

https://github.com/search?q=sshpass&type=code 
 @19803e13 Das bessere Suchwort ist "sshpass -p", mit den Quotes. 
 @87c98d39 ok sorry ich hätte den ganzen thread vorher lesen sollen, hahaha 
 @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.