fabric and public key auth on OS X

2017-06-20 09:37 (2017-06-20 09:37)

Ein ganz blödes Authentifizierungsproblem auf OS X:

Alle deploy-Skripte funktionieren nicht mehr, die Authentifizierung funktioniert mit fabric nirgends mehr…
Obwohl das Login mittels ssh und Public Key ohne weiteres geht wie immer…

Dann hab ich endlich was gefunden:

On Mac OS X, ssh-agent will „forget“ this key, once it gets restarted during reboots. But you can import your SSH keys into Keychain using this command: /usr/bin/ssh-add -K yourkey

Janos Bekesi

Programmierung, Admin

---
---