#!/bin/bash
# -----------------------------------------------------------------------------
# docker-ubuntu-sshd /start script
#
# Authors: Art567
# Updated: Sep 20th, 2015
# -----------------------------------------------------------------------------


# Run OpenSSH server in daemon mode
/usr/sbin/sshd -D

# Running x11 server with password

