From 916f4a6a46db5d50cb42bc01a6134ec45db811e5 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 15 Mar 2022 13:21:57 -0400 Subject: [PATCH] Agent: Remove disused get_exploit_user_ssh_key_pairs() --- monkey/infection_monkey/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index 8feb3f3f7..f9fec0c16 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -136,12 +136,6 @@ class Configuration(object): """ return product(self.exploit_user_list, self.exploit_password_list) - def get_exploit_user_ssh_key_pairs(self): - """ - :return: All combinations of the configurations users and ssh pairs - """ - return product(self.exploit_user_list, self.exploit_ssh_keys) - @staticmethod def hash_sensitive_data(sensitive_data): """