marchandd/term_ssh_root_mono Docker:copyright: image
A sandbox container with last version of Mono environment ready to be exploited for Mono app from Linux or Windows host.
Easy method to produce a light terminal containers to run Mono app into sandbox from secured host to remote client with SSH.
Based from Docker official version image but not including mono-complete...
Around 400 Mb.
:computer: docker pull marchandd/term_ssh_root_mono
:warning: If your Firewall is enabled on the host, with default outgoing policy turned to deny, you will have to disable 22 port filtering:
:computer: docker run -d -p XXX.XXX.XXX.XXX:YYYYY:22 --name latest_term_ssh_root_mono marchandd/term_ssh_root_mono
Where XXX.XXX.XXX.XXX is your IP v4 address.
Where YYYYY is your Private port, if you doesn't know free port, try from 49200...
Open terminal with root/administrator account. Basic fixed password for Docker public repository = 'term_ssh_root_mono'
:computer: ssh -X [email protected] -p YYYYY
:computer: mono -V display v4.0.4 (at 20151117)
Make sure to have installed OpenSSH client or GUI SSH client (Putty).
Root account from container is exposed.
A password is used and not a certificate that could be more secure.
Content type
Image
Digest
sha256:366d37c8d…
Size
232.8 MB
Last updated
almost 11 years ago
docker pull marchandd/term_ssh_root_mono