diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-03 04:19:46 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-04-03 04:19:46 +0000 |
commit | 1a4e03cf93872eb78f498af8afd5d8c7d6143178 (patch) | |
tree | eec600811f4098089884aa3eaf08441c4499d35a /sys/man/8 | |
parent | 8597051d6460da881c0501c7036dc229dc3101ca (diff) |
ip/sol: kvm (vnc) redirect, bring back plain authentication as a fallback (when unsupported)
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/sol | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/sys/man/8/sol b/sys/man/8/sol index 106c3f656..be610c088 100644 --- a/sys/man/8/sol +++ b/sys/man/8/sol @@ -4,7 +4,7 @@ sol - Intel AMT serial-over-lan console .SH SYNOPSIS .B ip/sol [ -.B -rR +.B -TRrk ] [ .B -u .I user @@ -15,12 +15,10 @@ 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. +The protocol runs over tcp ports 16994/16995 and +and is optinally protected using TLS. .PP -For authentication, a -.B proto=httpdigest -key with a username and password is required. +For authentication, a username and password is required. The default username, unless given by the .B -u @@ -30,6 +28,10 @@ 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 @@ -39,9 +41,20 @@ 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 && vnc 'exec!ip/sol -k host' +.EE .SH SOURCE .B /sys/src/cmd/ip/sol.c .SH "SEE ALSO" -.IR ssh (1), -.IR consolefs (4), +.IR execnet (4), +.IR vncv (1), .IR factotum (4) |