haproxy-wi/app/modules/server
Aidaho 019478f534 v7.2.5.0: Simplify SSH key handling in server module
This commit simplifies the SSH key handling functionality in the server module. Unnecessary definitions and methods for checking and handling different key types have been removed. Now, paramiko's standard load_private_key method is directly used to load the SSH keys, which has streamlined the code and made it more maintainable.
2024-05-03 17:19:16 +03:00
..
__init__.py v7.0.0.0 2023-09-17 12:42:39 +03:00
server.py v7.2.4.0: Update date calculation to use UTC and increase version number 2024-04-17 17:03:42 +03:00
ssh.py v7.2.5.0: Simplify SSH key handling in server module 2024-05-03 17:19:16 +03:00
ssh_connection.py v7.2.1.0 2024-03-03 10:11:48 +03:00