Bugfix.
This commit is contained in:
parent
4f0f05c5d6
commit
465ee81f6c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
if [[ ($uname -a) = "Darwin" ]]; then
|
if [[ $(uname -a) = "Darwin" ]]; then
|
||||||
function ssh() {
|
function ssh() {
|
||||||
osascript -e 'display notification "Touch the YubiKey" with title "2fa required"'
|
osascript -e 'display notification "Touch the YubiKey" with title "2fa required"'
|
||||||
/opt/homebrew/bin/ssh $*
|
/opt/homebrew/bin/ssh $*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue