diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-01 21:24:42 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-01 21:24:42 +0000 |
commit | ca60e03c5bf96cff818857079335d1e6517080f7 (patch) | |
tree | 65b36e810fd861facd785115288066860e23c7c4 /sys/man/8 | |
parent | 4daf4ffdbed20d10585c8da987d200b7a200fcc4 (diff) |
ip/sol: add intel AMT serial-over-lan console program
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/sol | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/sys/man/8/sol b/sys/man/8/sol new file mode 100644 index 000000000..3da91db4a --- /dev/null +++ b/sys/man/8/sol @@ -0,0 +1,46 @@ +.TH SOL 8 +.SH NAME +sol - Intel AMT serial-over-lan console +.SH SYNOPSIS +.B ip/sol +[ +.B -rR +] [ +.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 port 16995 and +and is 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, tagged with the servers x509 +crtificate thumbprint. +.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. +.SH SOURCE +.B /sys/src/cmd/ip/sol.c +.SH "SEE ALSO" +.IR ssh (1), +.IR consolefs (4), +.IR factotum (4) |