Posted On March 31, 2019

Docker ShellInABox

kimconnect 0 comments
blog.KimConnect.com >> Linux , Virtualization >> Docker ShellInABox
docker run --privileged -p 9999:4200 -e SIAB_PASSWORD=password-e SIAB_SUDO=true sspreitzer/shellinabox:latest

docker run --privileged -d --name shellinabox -p 9999:4200 -e SHELLINABOX_SERVICE_HOST=host -e SHELLINABOX_SERVICE_WHO=who -e SHELLINABOX_SERVICE_LOCAL=local -e SHELLINABOX_ALLOW_SUDO=1 -e SHELLINABOX_USER=kimconnect-e SHELLINABOX_PASSWORD=password -e SHELLINABOX_DISABLE_SSL=1 -e SHELLINABOX_DEFAULT=host spali/shellinabox


firewall-cmd --zone=public --add-port=9999/tcp --permanent
firewall-cmd --reload

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install Chromium or Chrome on Debian-based Linux

Open Source Chromium Q: What's the difference between Chrome and Chromium? A: Chrome is enhanced…

How To Install Ubuntu Server 20.04

Overview: As of January 2021, the free version of Redhat, namely CentOS 8 has been…

Install AWS Command Line Interface on Windoze

Obtain AWS Access Key: Log into AWS > click on your User Name > My…