blob: 64ffd8fdad1ef52ecfe5c6a1cddf861109355dbb (
plain)
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
|
.TH SOL 8
.SH NAME
sol - Intel AMT serial-over-lan console
.SH SYNOPSIS
.B ip/sol
[
.B -TRrk
] [
.B -u
.I user
]
.I host
.SH DESCRIPTION
This program provides remote access to the
serial-over-lan interface of intel AMT
enabled machines.
.PP
The protocol runs over tcp ports 16994/16995 and
and is optinally protected using TLS.
.PP
For authentication, a username and password is required.
The default username, unless
given by the
.B -u
.I user
argument, is "admin".
The password will be prompted and kept in
factotum.
.PP
The
.B -T
flag disables TLS encryption (enabled by default).
.PP
The
.B -r
and
.B -R
flags enable or disable the use of /dev/cons
in raw mode instead of just reading and writing
standard input and output.
By default, raw mode is enabled when the
.B $TERM
environment variable has been set.
.PP
The
.B -k
flag connects to the VNC port instead.
.SH EXAMPLE
Connect to the KVM port with
.IR vnc (1):
.IP
.EX
execnet && vncv 'exec!ip/sol -k host'
.EE
.SH SOURCE
.B /sys/src/cmd/ip/sol.c
.SH "SEE ALSO"
.IR execnet (4),
.IR vncv (1),
.IR factotum (4)
|