Skip to content

Releases: avwohl/mpm2

v0.3.4

08 Jan 20:53

Choose a tag to compare

Installation

Debian/Ubuntu

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.4/mpm2-emu-0.3.4-Linux.deb
wget https://github.com/avwohl/mpm2/releases/download/v0.3.4/mpm2_system.img
sudo dpkg -i mpm2-emu-*.deb
sudo apt-get install -f  # Install dependencies if needed

# Run
mpm2_emu -l -d A:mpm2_system.img

Fedora/RHEL

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.4/mpm2-emu-0.3.4-Linux.rpm
wget https://github.com/avwohl/mpm2/releases/download/v0.3.4/mpm2_system.img
sudo dnf install ./mpm2-emu-*.rpm

# Run
mpm2_emu -l -d A:mpm2_system.img

SSH Access

# Generate host key
mkdir -p keys
ssh-keygen -t rsa -b 2048 -m PEM -f keys/ssh_host_rsa_key -N ''

# Run with SSH (no auth for testing)
mpm2_emu --no-auth -d A:mpm2_system.img

# Connect from another terminal
ssh -p 2222 user@localhost

See the README for full documentation.

Full Changelog: v0.3.3...v0.3.4

v0.3.3

07 Jan 13:29

Choose a tag to compare

Installation

Debian/Ubuntu

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.3/mpm2-emu-0.3.3-Linux.deb
wget https://github.com/avwohl/mpm2/releases/download/v0.3.3/mpm2_system.img
sudo dpkg -i mpm2-emu-*.deb
sudo apt-get install -f  # Install dependencies if needed

# Run
mpm2_emu -l -d A:mpm2_system.img

Fedora/RHEL

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.3/mpm2-emu-0.3.3-Linux.rpm
wget https://github.com/avwohl/mpm2/releases/download/v0.3.3/mpm2_system.img
sudo dnf install ./mpm2-emu-*.rpm

# Run
mpm2_emu -l -d A:mpm2_system.img

SSH Access

# Generate host key
mkdir -p keys
ssh-keygen -t rsa -b 2048 -m PEM -f keys/ssh_host_rsa_key -N ''

# Run with SSH (no auth for testing)
mpm2_emu --no-auth -d A:mpm2_system.img

# Connect from another terminal
ssh -p 2222 user@localhost

See the README for full documentation.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Jan 10:31

Choose a tag to compare

Installation

Debian/Ubuntu

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.2/mpm2-emu_0.3.0_amd64.deb
wget https://github.com/avwohl/mpm2/releases/download/v0.3.2/mpm2_system.img
sudo dpkg -i mpm2-emu_*.deb
sudo apt-get install -f  # Install dependencies if needed

# Run
mpm2_emu -l -d A:mpm2_system.img

Fedora/RHEL

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.2/mpm2-emu-0.3.0-1.x86_64.rpm
wget https://github.com/avwohl/mpm2/releases/download/v0.3.2/mpm2_system.img
sudo dnf install ./mpm2-emu-*.rpm

# Run
mpm2_emu -l -d A:mpm2_system.img

SSH Access

# Generate host key
mkdir -p keys
ssh-keygen -t rsa -b 2048 -m PEM -f keys/ssh_host_rsa_key -N ''

# Run with SSH (no auth for testing)
mpm2_emu --no-auth -d A:mpm2_system.img

# Connect from another terminal
ssh -p 2222 user@localhost

See the README for full documentation.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Jan 10:01

Choose a tag to compare

Installation

Debian/Ubuntu

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.1/mpm2-emu_0.3.0_amd64.deb
wget https://github.com/avwohl/mpm2/releases/download/v0.3.1/mpm2_system.img
sudo dpkg -i mpm2-emu_*.deb
sudo apt-get install -f  # Install dependencies if needed

# Run
mpm2_emu -l -d A:mpm2_system.img

Fedora/RHEL

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.1/mpm2-emu-0.3.0-1.x86_64.rpm
wget https://github.com/avwohl/mpm2/releases/download/v0.3.1/mpm2_system.img
sudo dnf install ./mpm2-emu-*.rpm

# Run
mpm2_emu -l -d A:mpm2_system.img

SSH Access

# Generate host key
mkdir -p keys
ssh-keygen -t rsa -b 2048 -m PEM -f keys/ssh_host_rsa_key -N ''

# Run with SSH (no auth for testing)
mpm2_emu --no-auth -d A:mpm2_system.img

# Connect from another terminal
ssh -p 2222 user@localhost

See the README for full documentation.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Jan 05:20

Choose a tag to compare

Installation

Debian/Ubuntu

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.0/mpm2-emu_0.3.0_amd64.deb
wget https://github.com/avwohl/mpm2/releases/download/v0.3.0/mpm2_system.img
sudo dpkg -i mpm2-emu_*.deb
sudo apt-get install -f  # Install dependencies if needed

# Run
mpm2_emu -l -d A:mpm2_system.img

Fedora/RHEL

# Download and install
wget https://github.com/avwohl/mpm2/releases/download/v0.3.0/mpm2-emu-0.3.0-1.x86_64.rpm
wget https://github.com/avwohl/mpm2/releases/download/v0.3.0/mpm2_system.img
sudo dnf install ./mpm2-emu-*.rpm

# Run
mpm2_emu -l -d A:mpm2_system.img

SSH Access

# Generate host key
mkdir -p keys
ssh-keygen -t rsa -b 2048 -m PEM -f keys/ssh_host_rsa_key -N ''

# Run with SSH (no auth for testing)
mpm2_emu --no-auth -d A:mpm2_system.img

# Connect from another terminal
ssh -p 2222 user@localhost

See the README for full documentation.

Full Changelog: https://github.com/avwohl/mpm2/commits/v0.3.0