diff --git a/prod_rmq_agents/ssh_access.py b/prod_rmq_agents/ssh_access.py
index 872109f67402817b8130a7ff6cfa1e1963da2609..044bf579cad0650fe747fa9e6b489ce72bbd8245 100644
--- a/prod_rmq_agents/ssh_access.py
+++ b/prod_rmq_agents/ssh_access.py
@@ -58,8 +58,6 @@ def ssh_access(ch, method, properties, body):
 
 
 logger.info(f"Start listening to queue: {task}")
-rc_rmq.bind_queue(queue=task, routing_key='lock.*', durable=True)
-rc_rmq.bind_queue(queue=task, routing_key='unlock.*', durable=True)
 rc_rmq.bind_queue(queue=task, routing_key='ssh.*', durable=True)
 
 rc_rmq.start_consume(