1stoken-gui(1) General Commands Manual stoken-gui(1)
2
3
4
6 stoken-gui - GTK+ software token
7
9 stoken-gui [opts]
10
12 stoken-gui is a software token compatible with RSA SecurID 128-bit
13 (AES) tokens. The graphical user interface provides limited support
14 for password entry and viewing the current token. Initial token
15 importation and other configuration items are handled through the
16 command-line interface, stoken(1).
17
18 After using stoken import to populate ~/.stokenrc, stoken-gui may be
19 invoked to display the tokencode and counter. The tokencode changes
20 once a minute; stoken-gui may be left running forever and will copy the
21 current tokencode to the clipboard on demand.
22
23 If a password and/or PIN is required, stoken-gui will pop up a dialog
24 box requesting the appropriate information.
25
27 --small
28 Show a minimal window that only displays a tokencode and a
29 progress bar. Clicking on the tokencode copies it to the
30 clipboard.
31
32 --rcfile=file
33 Use an alternate .stokenrc file. This is typically used to
34 support multiple tokens on the same user account.
35
36 --password=password, -p password
37 Use a password supplied from the command line, instead of
38 prompting the user. See notes in SECURITY CONSIDERATIONS on the
39 stoken(1) man page.
40
41 --pin=pin, -n pin
42 Use a PIN supplied from the command line, instead of prompting
43 the user. See notes in SECURITY CONSIDERATIONS on the stoken(1)
44 man page.
45
46 --force, -f
47 Override token expiration date check.
48
49 --file=file
50 Use a token from file instead of the .stokenrc file. For
51 testing purposes only.
52
53 --token=token_string
54 Use a token from the command line instead of the .stokenrc file.
55 See above notes on --file.
56
57 --random
58 Generate a random token on the fly. Used for testing or
59 demonstrations only. These tokens should not be used for real
60 authentication.
61
62 --help, -h
63 Display basic usage information.
64
65 --version, -v
66 Display version information.
67
69 stoken(1).
70
72 ~/.stokenrc
73 Default configuration file.
74
76 Kevin Cernekee <cernekee@gmail.com>
77
78
79
80 2012-09-09 stoken-gui(1)