Bugfix.
This commit is contained in:
parent
465ee81f6c
commit
27b42564b7
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user