mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-11 14:39:28 +02:00
fix(aur): use StrictHostKeyChecking=accept-new by default
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
592e763f6b
commit
acddce5777
@ -25,7 +25,7 @@ import (
|
||||
|
||||
const (
|
||||
pkgBuildExtra = "AURConfig"
|
||||
defaultSSHCommand = "ssh -i {{ .KeyPath }} -F /dev/null"
|
||||
defaultSSHCommand = "ssh -i {{ .KeyPath }} -o StrictHostKeyChecking=accept-new -F /dev/null"
|
||||
defaultCommitMsg = "Update to {{ .Tag }}"
|
||||
)
|
||||
|
||||
|
@ -137,7 +137,7 @@ aurs:
|
||||
# This is mainly used to specify the SSH private key used to pull/push to
|
||||
# the Git URL.
|
||||
#
|
||||
# Defaults to `ssh -i {{ .KeyPath }} -F /dev/null`.
|
||||
# Defaults to `ssh -i {{ .KeyPath }} -o StrictHostKeyChecking=accept-new -F /dev/null`.
|
||||
git_ssh_command: 'ssh -i {{ .Env.KEY }} -o SomeOption=yes'
|
||||
|
||||
# Template for the url which is determined by the given Token
|
||||
|
Loading…
x
Reference in New Issue
Block a user