-
Notifications
You must be signed in to change notification settings - Fork 3
/
amtider.man
61 lines (61 loc) · 1.37 KB
/
amtider.man
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
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH amtider 1 "(c) 2022 Hannes Reinecke"
.SH NAME
amtider - Intel AMT IDE redirection (ider) client.
.SH SYNOPSIS
.B amtider [ options ] host[:port] file
.SH DESCRIPTION
.B amtider
provides a virtual floppy or CD-ROM for Intel AMT managed machines.
.B host
is the hostname or IP address of the machine amtider should connect
to.
.B port
is the tcp port to use and defaults to 16994 (standard AMT redirection
port) if unspecified.
.B file
is the filename of the image to be used for floppy or CD-ROM emulation.
.P
For more information 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.
.TP
.B -c
Use CD-ROM emulation (this is the default).
.TP
.B -f
Use Floppy emulation
.TP
.B -g
Start redirection gracefully.
.TP
.B -r
Start redirection on reboot.
.SH ENVIRONMENT
.TP
.B AMT_PASSWORD
Default value for the password.
.SH NOTE
Newer AMT machines have the SoL port disabled by default, it can be
enabled remotely using:
"wsman put http://intel.com/wbem/wscim/1/amt-schema/1/AMT_RedirectionService
-h ${AMT_HOST} -P 16992 -u admin -p ${AMT_PASSWORD} -k ListenerEnabled=true"
.SH SEE ALSO
gamt(1), amttool(1), amtterm(1), amt-howto(7)
.SH AUTHOR
(c) 2022 Hannes Reinecke <[email protected]>