2013-04-03 22:21:57 -07:00
|
|
|
:title: Running an SSH service
|
|
|
|
:description: A screencast of installing and running an sshd service
|
|
|
|
:keywords: docker, example, package installation, networking
|
|
|
|
|
|
|
|
.. _running_ssh_service:
|
2013-03-29 17:30:10 -07:00
|
|
|
|
|
|
|
Create an ssh daemon service
|
|
|
|
============================
|
|
|
|
|
2013-04-07 10:23:00 -04:00
|
|
|
.. include:: example_header.inc
|
2013-03-29 17:30:10 -07:00
|
|
|
|
|
|
|
|
|
|
|
**Video:**
|
|
|
|
|
|
|
|
I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
|
|
|
|
minutes and not entirely smooth, but gives you a good idea.
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<div style="margin-top:10px;">
|
|
|
|
<iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
You can also get this sshd container by using
|
|
|
|
::
|
|
|
|
|
|
|
|
docker pull dhrp/sshd
|
|
|
|
|
|
|
|
|
|
|
|
The password is 'screencast'
|
|
|
|
|