%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/templates/git/ |
Current File : //lib/python2.7/site-packages/salt/templates/git/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% %*