summaryrefslogtreecommitdiffstats
path: root/amtterm.man
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-23 11:29:53 +0000
committerkraxel <kraxel>2007-08-23 11:29:53 +0000
commit5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1 (patch)
tree7da4b19655064c5cf0a4579ef623b777ab9cde46 /amtterm.man
parent36bbdb381a53d0dbdfd47e224510536a099b8f32 (diff)
downloadamtterm-5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1.tar.gz
add manpages
Diffstat (limited to 'amtterm.man')
-rw-r--r--amtterm.man43
1 files changed, 43 insertions, 0 deletions
diff --git a/amtterm.man b/amtterm.man
new file mode 100644
index 0000000..7974a44
--- /dev/null
+++ b/amtterm.man
@@ -0,0 +1,43 @@
+.TH amtterm 1 "(c) 2007 Gerd Hoffmann"
+.SH NAME
+amtterm - Intel AMT serial-over-lan (sol) client.
+.SH SYNOPSIS
+.B amtterm [ options ] host [ port ]
+.SH DESCRIPTION
+.B amtterm
+provides access to the serial-over-lan port of Intel AMT managed
+machines.
+.B host
+is the hostname or IP address of the machine amtterm should connect
+to.
+.B port
+is the tcp port to use and defaults to 16994 (standard AMT redirection
+port) if unspecified.
+.P
+For more inforamtions on Intel AMT check amt-howto(7).
+.SH OPTIONS
+.TP
+.B -h
+Display help text.
+.TP
+.B -v
+Be verbose (default).
+.TP
+.B -q
+Be quiet.
+.TP
+.B -u <user>
+Specify username, defaults to "admin".
+.TP
+.B -p <pass>
+Specify password.
+.B amtterm
+will prompt on the terminal if unspecified.
+.SH ENVIRONMENT
+.TP
+.B AMT_PASSWORD
+Default value for the password.
+.SH SEE ALSO
+gamt(1), amt-howto(7)
+.SH AUTHOR
+(c) 2007 Gerd Hoffmann <kraxel@redhat.com>