Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tpm_setoperatorauth(8) [debian man page]

tpm_setoperatorauth(8)					      System Manager's Manual					    tpm_setoperatorauth(8)

						       TPM Management - tpm_setoperatorauth

NAME
tpm_setoperatorauth - sets the operator authorization value in the TPM SYNOPSIS
tpm_setoperatorauth [OPTION] DESCRIPTION
tpm_setoperatorauth allows setting the operator authorization value in the TPM (via the TPM_SetOperatorAuth API). This operation prompts for the new password and a confirmation of it. The --well-known option tells the API to use the default TSS_WELL_KNOWN_SECRET (a 20-bytes array of zeros) as operator authorization information, instead of prompting for one. -h, --help Display command usage info. -v, --version Display command version info. -l, --log [none|error|info|debug] Set logging level. -u, --unicode Use TSS UNICODE encoding for passwords to comply with applications using TSS popup boxes -z, --well-known Use the default TSS_WELL_KNOWN_SECRET 20-bytes array of zeros as the operator password. -p, --op_password_unicode Use TSS UNICODE encoding for new operator password to comply with applications using TSS popup boxes SEE ALSO
tpm_version(1), tpm_takeownership(8), tcsd(8) REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2007-10-22 tpm_setoperatorauth(8)

Check Out this Related Man Page

tpm_takeownership(8)					      System Manager's Manual					      tpm_takeownership(8)

							TPM Management - tpm_takeownership

NAME
tpm_takeownership - setup an owner on the TPM SYNOPSIS
tpm_takeownership [OPTION] DESCRIPTION
tpm_takeownership setup an owner on the system's TPM (via the TPM_TakeOwnership API). This operation requires the TPM to be enabled and can be restricted by tpm_setownable. The command will prompt for owner and SRK passwords and confirmations of these if executed without either of the -well-known options, otherwise, a secret of all zeros is set for the requested password. After the second confirmation, be patient as the command may take awhile. -h, --help Display command usage info. -v, --version Display command version info. -l, --log [none|error|info|debug] Set logging level. -u, --unicode Use TSS UNICODE encoding for passwords to comply with applications using TSS popup boxes -y, --owner-well-known Set a secret of all zeros (20 bytes of zeros) as the owner's secret. -z, --srk-well-known Set a secret of all zeros (20 bytes of zeros) as the SRK secret. SEE ALSO
tpm_version(1), tpm_setownable(8), tpm_setenable(8), tcsd(8) REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2005-05-06 tpm_takeownership(8)
Man Page

7 More Discussions You Might Find Interesting

1. HP-UX

HP-UX boxes - am I mad?

Greetings, and thanks for having such an interesting forum! I currently have 3 Intel boxes running 2000, and two HP boxes running HP-UX 10.20. I am very inexperienced with the Unix/Linux world. I have several problems, mainly in getting them all networked together. I am constrained to keep a... (3 Replies)
Discussion started by: Menace
3 Replies

2. AIX

User Management

Can someone suggest me any means of having a controlled way to user access ... basically we have a varied environment of people(users) logging in to AIX boxes ... either via 1) telnet ... 2) application 3) databse (SQL's) what we need to do is formalise this .. can someone help me with this ... (2 Replies)
Discussion started by: rajesh_149
2 Replies

3. Programming

Concerned about C and UNICODE

Dear experts, While developping a C UNICODE application under AIX 5.3, I encountered the following problem, and after days of investigations I still could not find any solution. Please note that the application is full wchar_t based (not utf8) and that I could compile and run it without any... (4 Replies)
Discussion started by: tgilbert
4 Replies

4. HP-UX

How to find tcsh shell version info in HP-UX?

Hi, I need to find tcsh shell version info on several boxes. I made a script and running on boxes through SSH. This is what i am doing : echo /bin/tcsh -c 'echo $version' | ssh "box name" but i dont see anything. if i run /bin/tcsh -c 'echo $version' on ocal machine i see the... (2 Replies)
Discussion started by: kailash19
2 Replies

5. Cybersecurity

Anyone actually do anything useful with the TPM module?

It seems like a lot of stuff i run across online are mainly applications that people wrote for their own company that utilize the TPM chip and use the Trouser's API. I was wondering if anyone here has done anything that uses the TPM for creating cryptographic keys? Is there any software out... (1 Reply)
Discussion started by: ysatxh
1 Replies

6. Shell Programming and Scripting

Password reset script

Hi all, I am using an command which reset the password for the user, its working fine on Solaris boxes but sometimes the samw was not happening on some of linux boxes. /bin/echo username | passwd --stdin username I am new to unix and shell scripting,so it would be very helpful for me... (1 Reply)
Discussion started by: sudharson
1 Replies

7. Shell Programming and Scripting

Tracking users through history command

Hi folks, I have the basic query that there are 3 unix boxes having their individual access now in my team there are 4 members who are using the same credentials to access those 3 boxes through putty ssh from their windows desktop , now if i want to check which 4 members have executed the... (1 Reply)
Discussion started by: punpun66
1 Replies