mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +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:
parent
41c3c4fb5f
commit
57fcc8a243
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user