diff --git a/man/euca-get-password.1 b/man/euca-get-password.1 new file mode 100644 index 00000000..6923d9a8 --- /dev/null +++ b/man/euca-get-password.1 @@ -0,0 +1,34 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH EUCA-GET-PASSWORD "1" "March 2010" "euca-get-password Version: 1.2 (BSD)" "User Commands" +.SH NAME +euca-get-password \- Eucalyptus tool: Retrieves decrypts the administrator password for a Windows instance. +.SH DESCRIPTION +Retrieves decrypts the administrator password for a Windows instance. +.PP +euca\-get\-password instance_id \fB\-k\fR privatekey [\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] +.PP +REQUIRED PARAMETERS +.PP +instance_id Identifier of a Windows instance. +.PP +\fB\-k\fR Private key file that corresponds to the keypair used to launch the instance. +.PP +OPTIONAL PARAMETERS +.PP +\fB\-a\fR, \fB\-\-access\-key\fR User's Access Key ID. +.PP +\fB\-s\fR, \fB\-\-secret\-key\fR User's Secret Key. +.PP +\fB\-U\fR, \fB\-\-url\fR URL of the Cloud to connect to. +.PP +\fB\-\-config\fR Read credentials and cloud settings from the +.IP +specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc). +.PP +\fB\-h\fR, \fB\-\-help\fR Display this help message. +.PP +\fB\-\-version\fR Display the version of this tool. +.PP +\fB\-\-debug\fR Turn on debugging. +.PP +Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.