We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef49cd9 + 781fb7d commit 2c51d9eCopy full SHA for 2c51d9e
lib/redmine_git_hosting/commands.rb
@@ -107,7 +107,10 @@ def ssh
107
# * <gitolite_user>@localhost (see +gitolite_url+)
108
def ssh_shell_params
109
[
110
- '-T', '-o', 'BatchMode=yes',
+ '-T',
111
+ '-o', 'BatchMode=yes',
112
+ '-o', 'UserKnownHostsFile=/dev/null',
113
+ '-o', 'StrictHostKeyChecking=no',
114
'-p', RedmineGitHosting::Config.gitolite_server_port,
115
'-i', RedmineGitHosting::Config.gitolite_ssh_private_key,
116
RedmineGitHosting::Config.gitolite_url
0 commit comments