2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Start SSH agent even on older ssh

The unusual path to automation key for syncfiles and ansbile
is most easily handled by ssh-agent, even if no passphrase
will be used
This commit is contained in:
Jarrod Johnson 2022-08-16 15:06:26 -04:00
parent 41c3c4fb5f
commit 57fcc8a243

View File

@ -35,8 +35,6 @@ def normalize_uid():
agent_starting = False
def assure_agent():
if sshver() <= 7.6:
return False
global agent_starting
global agent_pid
while agent_starting: