File: gamt.man

package info (click to toggle)
amtterm 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 348 kB
  • ctags: 542
  • sloc: ansic: 2,533; perl: 328; makefile: 10
file content (48 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH gamt 1 "(c) 2007 Gerd Hoffmann"
.SH NAME
gamt - Intel AMT serial-over-lan (sol) client.
.SH SYNOPSIS
.B gamt [ options ] [ host ]
.SH DESCRIPTION
.B gamt
provides access to the serial-over-lan port of Intel AMT managed
machines.
.B host
is the hostname or IP address of the machine gamt should connect
to.
.P
For more inforamtions on Intel AMT check amt-howto(7).
.SH OPTIONS
.TP
.B -h
Display help text.
.TP
.B -u <user>
Specify username, defaults to "admin".
.TP
.B -p <pass>
Specify password.
.B gamt
will prompt you if unspecified.
.TP
.B -f <font>
Specify terminal font, defaults to "monospace 12".
.TP
.B -c <color>
Specify terminal text color, defaults to "gray".
.TP
.B -b <color>
Specify terminal background color, defaults to "black".
.P
Font, colors can also be changed using menu options.  These settings
are also written to the
.B ~/.gamtrc
config file, so they persistent.
.SH ENVIRONMENT
.TP
.B AMT_PASSWORD
Default value for the password.
.SH SEE ALSO
amtterm(1), amttool(1), amt-howto(7)
.SH AUTHOR
(c) 2007 Gerd Hoffmann <kraxel@redhat.com>