Drop support for port 22 ssh

This commit is contained in:
Bob Mottram 2016-10-22 18:06:00 +01:00
parent a6a911871b
commit a94295ef52
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ function configure_firewall_for_ssh {
return
fi
firewall_add SSH 22 tcp
firewall_add SSH ${SSH_PORT} tcp
mark_completed $FUNCNAME
}