MAN.9FRONT.ORG RTFM


     SOL(8)                                                     SOL(8)

     NAME
          sol - Intel AMT serial-over-lan console

     SYNOPSIS
          ip/sol [ -TRrk ] [ -u user ] host

     DESCRIPTION
          This program provides remote access to the serial-over-lan
          interface of intel AMT enabled machines.

          The protocol runs over tcp ports 16994/16995 and and is
          optinally protected using TLS.

          For authentication, a username and password is required.
          The default username, unless given by the -u user argument,
          is "admin".  The password will be prompted and kept in fac-
          totum.

          The -T flag disables TLS encryption (enabled by default).

          The -r and -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
          $TERM environment variable has been set.

          The -k flag connects to the VNC port instead.

     EXAMPLE
          Connect to the KVM port with vnc(1):

               execnet && vncv 'exec!ip/sol -k host'

     SOURCE
          /sys/src/cmd/ip/sol.c

     SEE ALSO
          execnet(4), vncv(1), factotum(4)