https://github.com/debops/ansible-sshd
Configure SSH server
https://github.com/debops/ansible-sshd
Last synced: 10 months ago
JSON representation
Configure SSH server
- Host: GitHub
- URL: https://github.com/debops/ansible-sshd
- Owner: debops
- License: gpl-3.0
- Created: 2014-09-01T00:49:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T11:47:27.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T05:11:23.274Z (about 1 year ago)
- Language: Python
- Size: 185 KB
- Stars: 25
- Watchers: 6
- Forks: 23
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) sshd
[](http://travis-ci.org/debops/ansible-sshd) [](https://github.com/debops/test-suite/tree/master/ansible-sshd/) [](https://galaxy.ansible.com/list#/roles/1602)
[OpenSSH](http://www.openssh.com/) is a secure replacement for `telnet`
and other remote control programs. It allows you to connect to remote hosts
over a encrypted communication channel and perform a variety of tasks. It's
also the main communication channel used by Ansible.
### Installation
This role requires at least Ansible `v1.7.0`. To install it, run:
ansible-galaxy install debops.sshd
### Documentation
More information about `debops.sshd` can be found in the
[official debops.sshd documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-sshd/docs/).
### Role dependencies
- `debops.secret`
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`sshd` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).