Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tfc/hamtsolo

Intel AMT Serial-Over-LAN (SOL) client
https://github.com/tfc/hamtsolo

amt intel serial serial-over-lan sol

Last synced: 2 months ago
JSON representation

Intel AMT Serial-Over-LAN (SOL) client

Awesome Lists containing this project

README

        

# hamtsolo

[![Build Status](https://travis-ci.org/tfc/hamtsolo.svg?branch=master)](https://travis-ci.org/tfc/hamtsolo)

Connect to an Intel computer with enabled AMT and establish a serial-over-lan (SOL) connection.

Does not support encryption. (Use Intel ME in small business mode.)

## Usage

```bash
hamtsolo - An Intel AMT Serial-Over-LAN (SOL) client

Usage: hamtsolo [-u|--user ] [-p|--pass ] [--port ]
hamtsolo lets you connect to Intel computers with enabled AMT and establish a
serial-over-lan (SOL) connection.

Available options:
-h,--help Show this help text
-u,--user Authentication user name (default: "admin")
-p,--pass Authentication password (default: "Password123!")
--port TCP connection port (default: 16994)
AMT host to connect to
```