Ensure that a user can connect to a server using SSL certificates and identity files from a shared storage. #7306

This commit is contained in:
Yogesh Mahajan
2024-06-11 14:48:11 +05:30
committed by GitHub
parent c47390e643
commit fff192eb95
3 changed files with 37 additions and 4 deletions

View File

@@ -165,6 +165,7 @@ class ServerModule(sg.ServerGroupPluginModule):
server.tunnel_username = sharedserver.tunnel_username
server.tunnel_password = sharedserver.tunnel_password
server.save_password = sharedserver.save_password
server.tunnel_identity_file = sharedserver.tunnel_identity_file
if hasattr(server, 'connection_params') and \
hasattr(sharedserver, 'connection_params') and \
'passfile' in server.connection_params and \