Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pktool(1) [linux man page]

pktool(1)							   User Commands							 pktool(1)

NAME
pktool - manage softtoken object storage SYNOPSIS
pktool setpin DESCRIPTION
The pktool command allows users to manage the softtoken object store. The setpin subcommand changes the passphrase used to authenticate a user to the softtoken object store. setpin prompts the user for the old passphrase, if any. If the old passphrase matches, pktool prompts for the new passphrase twice. If the two entries of the new passphrase match, it will become the current passphrase for the token. Passphrases may be any string of characters with lengths between 1 and 256 with no nulls. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. FILES
${HOME}/.sunw/pkcs11_softtoken The user's default token object store. ${SOFTTOKEN_DIR}/pkcs11_softtoken The alternate token object store. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), pkcs11_softtoken(5) RSA PKCS#11 v2.11 http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11 SunOS 5.10 1 Mar 2004 pktool(1)

Check Out this Related Man Page

pktool(1)							   User Commands							 pktool(1)

NAME
pktool - manage softtoken object storage SYNOPSIS
pktool setpin DESCRIPTION
The pktool command allows users to manage the softtoken object store. The setpin subcommand changes the passphrase used to authenticate a user to the softtoken object store. setpin prompts the user for the old passphrase, if any. If the old passphrase matches, pktool prompts for the new passphrase twice. If the two entries of the new passphrase match, it will become the current passphrase for the token. Passphrases may be any string of characters with lengths between 1 and 256 with no nulls. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. FILES
${HOME}/.sunw/pkcs11_softtoken The user's default token object store. ${SOFTTOKEN_DIR}/pkcs11_softtoken The alternate token object store. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), pkcs11_softtoken(5) RSA PKCS#11 v2.11 http://www.rsasecurity.com/rsalabs/pkcs/pkcs-11 SunOS 5.10 1 Mar 2004 pktool(1)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

How to change Openssh passphrase

Hello everybody I've installed and configured Openssh. Now I want to change the "passphrase". Can anyone please help me out. (1 Reply)
Discussion started by: soliberus
1 Replies

2. Solaris

How to remove passphrase option

Hi, My Solaris server is already been configured to ask for a passphrase file when ever a user login thru SSH. Please give me the steps how shall i remove this configuration, so that when a user tries to login thru SSH, it should directly prompt him for the root username & password. I dont want to... (2 Replies)
Discussion started by: ansori
2 Replies

3. UNIX for Dummies Questions & Answers

follow-up question on passphrase and script

can i use key with passphrase on a script/batch process? i am not sure how to pass the pasphrase in the script. i'd like to automate secure file transfer. thanks in advance (0 Replies)
Discussion started by: NoelSacay
0 Replies

4. Programming

How to store argv[x] in my program???

Hi friends, I have this problem that I am facing, I want to store an argument which is passed to main, and I want to store it as an array of characters. I can store number arguments with the help of x = atoi(argv). Now suppose I passed the argument Hello to main, how can I store it somewhere in my... (6 Replies)
Discussion started by: gabam
6 Replies