This commit is contained in:
Bartek Stalewski 2024-06-23 14:08:06 +02:00
parent 465ee81f6c
commit 27b42564b7
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

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