Home
last modified time | relevance | path

Searched refs:ssh_key_file (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dssh_auth_spec.rb47 ssh_key_file = stub_tempfile('/tmpfiles/keyFile', 'gitlab-shell-key-file', chmod: 0o400)
49 is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path))
51 expect(ssh_key_file.string).to eq(ssh_key)
73 ssh_key_file = stub_tempfile('id_rsa', 'gitlab-shell-key-file', chmod: 0o400)
76 …is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path, known_hosts_file: known_hosts_file.pa…
78 expect(ssh_key_file.string).to eq(ssh_key)
84 def build_env(ssh_key_file: nil, known_hosts_file: nil)
87 if ssh_key_file
88 opts << "-oIdentityFile=#{ssh_key_file}"
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dssh_auth_spec.rb47 ssh_key_file = stub_tempfile('/tmpfiles/keyFile', 'gitlab-shell-key-file', chmod: 0o400)
49 is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path))
51 expect(ssh_key_file.string).to eq(ssh_key)
73 ssh_key_file = stub_tempfile('id_rsa', 'gitlab-shell-key-file', chmod: 0o400)
76 …is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path, known_hosts_file: known_hosts_file.pa…
78 expect(ssh_key_file.string).to eq(ssh_key)
84 def build_env(ssh_key_file: nil, known_hosts_file: nil)
87 if ssh_key_file
88 opts << "-oIdentityFile=#{ssh_key_file}"
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dssh_auth_spec.rb47 ssh_key_file = stub_tempfile('/tmpfiles/keyFile', 'gitlab-shell-key-file', chmod: 0o400)
49 is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path))
51 expect(ssh_key_file.string).to eq(ssh_key)
73 ssh_key_file = stub_tempfile('id_rsa', 'gitlab-shell-key-file', chmod: 0o400)
76 …is_expected.to eq(build_env(ssh_key_file: ssh_key_file.path, known_hosts_file: known_hosts_file.pa…
78 expect(ssh_key_file.string).to eq(ssh_key)
84 def build_env(ssh_key_file: nil, known_hosts_file: nil)
87 if ssh_key_file
88 opts << "-oIdentityFile=#{ssh_key_file}"
/dports/www/firefox/firefox-99.0/python/mozrelease/mozrelease/
H A Dscriptworker_canary.py61 ssh_key_file = ssh_key_dir / "id_rsa"
62 ssh_key_file.write_text(ssh_key["ssh_privkey"])
63 ssh_key_file.chmod(0o600)
69 path=ssh_key_file, user=ssh_key["user"]
/dports/www/firefox-esr/firefox-91.8.0/python/mozrelease/mozrelease/
H A Dscriptworker_canary.py64 ssh_key_file = ssh_key_dir.joinpath("id_rsa")
65 ssh_key_file.write_text(ssh_key["ssh_privkey"])
66 ssh_key_file.chmod(0o600)
72 path=ssh_key_file, user=ssh_key["user"]
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozrelease/mozrelease/
H A Dscriptworker_canary.py64 ssh_key_file = ssh_key_dir.joinpath("id_rsa")
65 ssh_key_file.write_text(ssh_key["ssh_privkey"])
66 ssh_key_file.chmod(0o600)
72 path=ssh_key_file, user=ssh_key["user"]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/manage/
H A Dcmdshell.py58 self._pkey = paramiko.RSAKey.from_private_key_file(server.ssh_key_file,
359 def __init__(self, instance, ssh_key_file): argument
361 self.ssh_key_file = ssh_key_file
380 def sshclient_from_instance(instance, ssh_key_file, argument
406 s = FakeServer(instance, ssh_key_file)
H A Dserver.py399 self.ssh_key_file = None
517 if not self.ssh_key_file:
522 self.ssh_key_file = ssh_file
523 if not self.ssh_key_file:
525 self.ssh_key_file = iobject.get_filename('Path to OpenSSH Key file')
526 return self.ssh_key_file
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/manage/
H A Dcmdshell.py58 self._pkey = paramiko.RSAKey.from_private_key_file(server.ssh_key_file,
359 def __init__(self, instance, ssh_key_file): argument
361 self.ssh_key_file = ssh_key_file
380 def sshclient_from_instance(instance, ssh_key_file, argument
406 s = FakeServer(instance, ssh_key_file)
H A Dserver.py399 self.ssh_key_file = None
517 if not self.ssh_key_file:
522 self.ssh_key_file = ssh_file
523 if not self.ssh_key_file:
525 self.ssh_key_file = iobject.get_filename('Path to OpenSSH Key file')
526 return self.ssh_key_file
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/manage/
H A Dcmdshell.py58 self._pkey = paramiko.RSAKey.from_private_key_file(server.ssh_key_file,
359 def __init__(self, instance, ssh_key_file): argument
361 self.ssh_key_file = ssh_key_file
380 def sshclient_from_instance(instance, ssh_key_file, argument
406 s = FakeServer(instance, ssh_key_file)
H A Dserver.py399 self.ssh_key_file = None
517 if not self.ssh_key_file:
522 self.ssh_key_file = ssh_file
523 if not self.ssh_key_file:
525 self.ssh_key_file = iobject.get_filename('Path to OpenSSH Key file')
526 return self.ssh_key_file
/dports/devel/py-boto/boto-2.49.0/boto/manage/
H A Dcmdshell.py58 self._pkey = paramiko.RSAKey.from_private_key_file(server.ssh_key_file,
359 def __init__(self, instance, ssh_key_file): argument
361 self.ssh_key_file = ssh_key_file
380 def sshclient_from_instance(instance, ssh_key_file, argument
406 s = FakeServer(instance, ssh_key_file)
H A Dserver.py399 self.ssh_key_file = None
517 if not self.ssh_key_file:
522 self.ssh_key_file = ssh_file
523 if not self.ssh_key_file:
525 self.ssh_key_file = iobject.get_filename('Path to OpenSSH Key file')
526 return self.ssh_key_file
/dports/mail/thunderbird/thunderbird-91.8.0/tools/compare-locales/
H A Dmach_commands.py228 ssh_key_file = None
237 ssh_key_file = ssh_key_dir.joinpath("id_rsa")
238 ssh_key_file.write_text(ssh_key_secret["ssh_privkey"])
239 ssh_key_file.chmod(0o600)
250 if ssh_key_file:
/dports/www/firefox-esr/firefox-91.8.0/tools/compare-locales/
H A Dmach_commands.py228 ssh_key_file = None
237 ssh_key_file = ssh_key_dir.joinpath("id_rsa")
238 ssh_key_file.write_text(ssh_key_secret["ssh_privkey"])
239 ssh_key_file.chmod(0o600)
250 if ssh_key_file:
/dports/www/firefox/firefox-99.0/tools/compare-locales/
H A Dmach_commands.py218 ssh_key_file = None
227 ssh_key_file = ssh_key_dir.joinpath("id_rsa")
228 ssh_key_file.write_text(ssh_key_secret["ssh_privkey"])
229 ssh_key_file.chmod(0o600)
240 if ssh_key_file:
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/run-task/
H A Drun-task425 ssh_key_file: Optional[Path],
430 if ssh_key_file and ssh_known_hosts_file:
431 if not ssh_key_file.exists():
437 "-oIdentityFile={}".format(ssh_key_file.as_posix()),
441 elif ssh_key_file or ssh_known_hosts_file:
737 ssh_key_file = None
745 ssh_key_file = ssh_dir.joinpath('private_ssh_key')
748 ssh_key_file.write_bytes(ssh_key.encode("ascii"))
749 ssh_key_file.chmod(0o600)
767 ssh_key_file,
/dports/sysutils/py-salt/salt-3004.1/conf/
H A Dcloud.providers40 # ssh_key_file: '/etc/salt/hpcloud/mykey.pem'
48 # ssh_key_file: '/etc/salt/ibm/mykey.pem'
/dports/sysutils/py-salt/salt-3004.1/tests/integration/files/conf/cloud.providers.d/
H A Ddigitalocean.conf4 ssh_key_file: ''
H A Dvultr.conf4 ssh_key_file: '/root/.ssh/vultr_test.pub'
/dports/sysutils/py-salt/salt-3004.1/doc/topics/cloud/
H A Dhpcloud.rst46 ssh_key_file: /path/to/key/yourkey.priv
103 ssh_key_file: /root/keys/test.key
119 * The ``ssh_key_file`` and ``ssh_key_name`` are the keys that will make it possible to connect to t…
170 ssh_key_file: /root/keys/test.key
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/user/tasks/
H A Dtest_ssh_key_passphrase.yml13 ssh_key_file: "{{ output_dir }}/test_id_rsa"
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/user/tasks/
H A Dtest_ssh_key_passphrase.yml13 ssh_key_file: "{{ output_dir }}/test_id_rsa"
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/user/tasks/
H A Dtest_ssh_key_passphrase.yml13 ssh_key_file: "{{ output_dir }}/test_id_rsa"

123