diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/service_ssh.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/service_ssh.py b/src/conf_mode/service_ssh.py index 6c8aa20d0..74d962876 100755 --- a/src/conf_mode/service_ssh.py +++ b/src/conf_mode/service_ssh.py @@ -145,7 +145,6 @@ def generate(ssh): def apply(ssh): - systemd_service_ssh = 'ssh.service' systemd_service_sshguard = 'sshguard.service' if not ssh: # SSH access is removed in the commit |