mirror of https://github.com/Aidaho12/haproxy-wi
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| server.py | ||
| ssh.py | ||
| ssh_connection.py | ||