diff --git a/README.md b/README.md index 6040731..26931f7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Configure sshd server. - [sshd_password_authentication](#sshd_password_authentication) - [sshd_permit_empty_passwords](#sshd_permit_empty_passwords) - [sshd_permit_root_login](#sshd_permit_root_login) + - [sshd_port](#sshd_port) - [sshd_protocol](#sshd_protocol) - [sshd_strict_modes](#sshd_strict_modes) - [sshd_tcp_keep_alive](#sshd_tcp_keep_alive) @@ -277,6 +278,14 @@ sshd_permit_empty_passwords: no sshd_permit_root_login: yes ``` +### sshd_port + +#### Default value + +```YAML +sshd_port: 22 +``` + ### sshd_protocol #### Default value