This commit is contained in:
Bartek Stalewski 2024-06-23 13:59:43 +02:00
parent 4f0f05c5d6
commit 465ee81f6c
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -1,4 +1,4 @@
if [[ ($uname -a) = "Darwin" ]]; then
if [[ $(uname -a) = "Darwin" ]]; then
function ssh() {
osascript -e 'display notification "Touch the YubiKey" with title "2fa required"'
/opt/homebrew/bin/ssh $*