File: iki-ssh-unsafe

package info (click to toggle)
ikiwiki-hosting 0.20220717-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,228 kB
  • sloc: perl: 5,497; sh: 186; ansic: 169; makefile: 59
file content (3 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (7)
1
2
3
#!/bin/sh
# Used for git push to remotes, without host key checking.
exec ssh -o StrictHostKeyChecking=false "$@"