Correct port number typo
This commit is contained in:
parent
60503c3bd3
commit
5e297371b5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class { 'apache':
|
|||
}
|
||||
|
||||
# CONFIGURATIONS
|
||||
ssh::server::configline { 'Port': value => '22985' }
|
||||
ssh::server::configline { 'Port': value => '22984' }
|
||||
ssh::server::configline { 'PermitRootLogin': value => 'no' }
|
||||
ssh::server::configline { 'PasswordAuthentication': value => 'yes' }
|
||||
ssh::server::configline { 'AllowUsers/1': value => 'atomaka' }
|
||||
|
|
Loading…
Reference in a new issue