Skip to content
Snippets Groups Projects
Commit 0bde9857 authored by David Mehren's avatar David Mehren
Browse files

Add missing colons in defaults file

parent 69fbe881
No related branches found
No related tags found
No related merge requests found
---
sshd_port 22
sshd_permit_root_login no
sshd_allow_pubkeys yes
sshd_allow_passwords no
sshd_print_motd no
sshd_agent_forwarding no
sshd_tcp_forwarding no
sshd_x11_forwarding no
sshd_listen_addresses
sshd_port: 22
sshd_permit_root_login: no
sshd_allow_pubkeys: yes
sshd_allow_passwords: no
sshd_print_motd: no
sshd_agent_forwarding: no
sshd_tcp_forwarding: no
sshd_x11_forwarding: no
sshd_listen_addresses:
- "0.0.0.0"
- "::"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment