Skip to content

Releases: pallotron/yubiswitch

Bugfix release (v0.6)

28 Mar 22:56
Compare
Choose a tag to compare

Fixed bug at #8

Apple script support

24 Feb 10:13
Compare
Choose a tag to compare

This release allows you to switch yubikey off and on via AppleScript, e.g.:

$ osascript -e 'tell application "yubiswitch" to KeyOn'
$ osascript -e 'tell application "yubiswitch" to KeyOff'

Handy if you want to hook something to your ssh commands :)

Implements automatic switch off delayed by a configurable number of seconds

07 Oct 10:26
Compare
Choose a tag to compare

'Start at login' support

01 Oct 17:09
Compare
Choose a tag to compare
  • Added support for starting the app at login time
  • Printing version number into the about window

First publicly usable version.

28 Sep 11:39
Compare
Choose a tag to compare

This is the first publicly downloadable release.

  • It allows enable/disable actions.
  • It lets you configure global hotkey
  • It works reasonably well with yubikey nano plug/unplugging

Still do be done:

  • Lock computer when key is removed