Skip to content

Instantly share code, notes, and snippets.

View somm15's full-sized avatar

Simon Gillet somm15

View GitHub Profile
epicgames.com
unrealengine.com
epicgames-download1.akamaized.net
js.hcaptcha.com
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
Get ssh-agent and yubikey working on OSX
Place this file in ~/Library/LaunchAgents/
Load the new script:
launchctl load ~/Library/LaunchAgents/org.homebrew.ssh-agent.plist
Then add the following line to your ~/.bash_profile
export SSH_AUTH_SOCK=$SSH_AUTH_SOCK_LOCAL
# SSH PIV with Yubikey and PKCS11 can be challenging
#
# brew install openssh
# Add the to line from bellow to ~/.bash_profile
# ssh-agent or yubinit
#
# Many people "get agent refused operation"
# You can find many solution online, advising to delete symlink and create hard copies of files
# This is a bad idea
#