D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
saltstack
/
salt
/
lib
/
python3.10
/
site-packages
/
salt
/
templates
/
git
/
Filename :
ssh-id-wrapper
back
Copy
#!/usr/bin/env sh OPTS="-oStrictHostKeyChecking=no -oPasswordAuthentication=no -oKbdInteractiveAuthentication=no -oChallengeResponseAuthentication=no" if test -n "$GIT_IDENTITY"; then OPTS="$OPTS -i $GIT_IDENTITY" fi exec ssh $OPTS "$@"