12 lines
309 B
Bash
12 lines
309 B
Bash
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# docker-ubuntu-sshd /start script
|
|
#
|
|
# Authors: Art567
|
|
# Updated: Sep 20th, 2015
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
# Run OpenSSH server in daemon mode
|
|
/usr/sbin/sshd -D
|