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

Create a Report of MTU Settings on All Hyper-V Hosts in the Domain/Forest

# mtuReportAllHyperVHosts.ps1 # Ensure that AD management module is available for PS Session function includeRSAT{…

Unix / Linux File Permissions Cheat Sheet

General Permissions Overview: Permissions (base) 1 – execute2 – write4 – read Permissions (octal) 3…

VMWare & AWS Integration

AWS Connector for vCenter - migrate VMs to AWS instances How To: https://aws.amazon.com/ec2/ Download vCenter…