golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/salt/templates/git
⬆️ Go Up
Upload
File/Folder
Size
Actions
ssh-id-wrapper
241 B
Del
OK
ssh-id-wrapper.bat
269 B
Del
OK
Edit: ssh-id-wrapper.bat
@echo off set opts=-oStrictHostKeyChecking=no -oPasswordAuthentication=no -oKbdInteractiveAuthentication=no -oChallengeResponseAuthentication=no if "%GIT_IDENTITY%" == "" goto NOIDENT set ident=-oIdentityFile='%GIT_IDENTITY%' :NOIDENT "%GIT_SSH_EXE%" %opts% %ident% %*
Save