File: iki-ssh-unsafe

package info (click to toggle)
ikiwiki-hosting 0.20120527
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 728 kB
  • sloc: perl: 4,848; sh: 182; ansic: 155; makefile: 50
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 "$@"