liamdawson / ssh-keychain-stub

Workaround to use ssh-keychain with Macos Big Sur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh-keychain-stub

Workaround for the Big Sur issue that prevents ssh-keychain.dylib from working with ssh-add.

Pre-requisites

  • XCode Command Line Tools

Installation

make install

Usage

$ ssh-add -s /usr/local/lib/ssh-keychain-stub.dylib
Enter passphrase for PKCS#11: 
Card added: /usr/local/lib/ssh-keychain-stub.dylib

$ ssh-add -e /usr/local/lib/ssh-keychain-stub.dylib
Card removed: /usr/local/lib/ssh-keychain-stub.dylib

About

Workaround to use ssh-keychain with Macos Big Sur


Languages

Language:Makefile 83.5%Language:C 16.5%