File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Shell function to fuzzy search an IPSec VPN by name and connect to it automatica
4
4
5
5
## Prerequisite
6
6
7
- 1 . [ fzf] ( https://github.com/junegunn/fzf )
8
- 2 . [ OATH Toolkit] ( https://www.nongnu.org/oath-toolkit/index.html )
7
+ 1 . [ fzf] ( https://github.com/junegunn/fzf )
8
+ 2 . [ OATH Toolkit] ( https://www.nongnu.org/oath-toolkit/index.html )
9
9
10
10
```
11
11
brew install oath-toolkit fzf
@@ -45,7 +45,7 @@ lazy-connect - Shell function to fuzzy search an IPSec VPN by name
45
45
46
46
#### Prerequisite
47
47
48
- 1 . [ yubikey-manager] ( https://github.com/Yubico/yubikey-manager )
48
+ 1 . [ yubikey-manager] ( https://github.com/Yubico/yubikey-manager )
49
49
50
50
To use ` TOTP ` from YubiKey set the following environment variable
51
51
@@ -54,10 +54,10 @@ export LAZY_CONNECT_TOTP_GENERATOR=yubikey
54
54
export LAZY_CONNECT_TOTP_QUERY=< name of the issuer>
55
55
```
56
56
57
- ### Warning
57
+ ### Note
58
58
59
- - The secret key to generate TOTP is stored in Keychain on Mac under default ` login ` keychain. You may need to
59
+ * The secret key to generate TOTP is stored in Keychain on Mac under default ` login ` keychain. You may need to
60
60
enter your login password to allow access to Keychain.
61
- - You need to add your Termainal emulator app that invokes the function to ` Security & Privacy -> Accessibility ` . It is
61
+ * You need to add your Termainal emulator app that invokes the function to ` Security & Privacy -> Accessibility ` . It is
62
62
necesssary because the script interacts with the UI. There are other ways via CLI to avoid UI interaction but
63
63
they are all broken in OS X 10.12+.
You can’t perform that action at this time.
0 commit comments