Home
last modified time | relevance | path

Searched refs:ssh_key_file (Results 26 – 50 of 57) sorted by relevance

123

/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Desxi.py677 ssh_key_file=None, argument
776 if ssh_key or ssh_key_file:
790 with salt.utils.files.fopen(ssh_key_file, "r") as key_file:
816 ssh_key_file=ssh_key_file,
827 "new": ssh_key if ssh_key else ssh_key_file,
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/acs/
H A Dcustom.py186 …turn k8s_browse(cmd, client, name, resource_group_name, disable_browser, ssh_key_file=ssh_key_file)
200 _k8s_browse_internal(name, acs_info, disable_browser, ssh_key_file)
211 name, acs_info, browse_path, ssh_key_file, False)
234 _dcos_browse_internal(acs_info, disable_browser, ssh_key_file)
237 def _dcos_browse_internal(acs_info, disable_browser, ssh_key_file): argument
238 if not os.path.isfile(ssh_key_file):
240 'Private key file {} does not exist'.format(ssh_key_file))
244 key_filename=ssh_key_file):
1105 ssh_key_file=None, argument
1119 name, acs_info, path, ssh_key_file, overwrite_existing)
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Duser.py990 ssh_key_file = self.ssh_file
995 return ssh_key_file
1001 ssh_key_file = self.get_ssh_key_path()
1004 ssh_dir = os.path.dirname(ssh_key_file)
1013 if os.path.exists(ssh_key_file):
1028 cmd.append(ssh_key_file)
1084 os.chown(ssh_key_file, info[2], info[3])
1089 ssh_key_file = self.get_ssh_key_path()
1090 if not os.path.exists(ssh_key_file):
1095 cmd.append(ssh_key_file)
[all …]
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/ansible/roles/keypair/tasks/
H A Dmain.yml26 ssh_key_file: .ssh/shade_id_rsa
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Duser.py1030 ssh_key_file = self.ssh_file
1035 return ssh_key_file
1041 ssh_key_file = self.get_ssh_key_path()
1044 ssh_dir = os.path.dirname(ssh_key_file)
1053 if os.path.exists(ssh_key_file):
1068 cmd.append(ssh_key_file)
1124 os.chown(ssh_key_file, info[2], info[3])
1129 ssh_key_file = self.get_ssh_key_path()
1130 if not os.path.exists(ssh_key_file):
1135 cmd.append(ssh_key_file)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Duser.py1090 ssh_key_file = self.ssh_file
1095 return ssh_key_file
1101 ssh_key_file = self.get_ssh_key_path()
1104 ssh_dir = os.path.dirname(ssh_key_file)
1113 if os.path.exists(ssh_key_file):
1128 cmd.append(ssh_key_file)
1184 os.chown(ssh_key_file, info[2], info[3])
1189 ssh_key_file = self.get_ssh_key_path()
1190 if not os.path.exists(ssh_key_file):
1195 cmd.append(ssh_key_file)
[all …]
/dports/devel/py-molecule/molecule-2.22/test/resources/playbooks/linode/
H A Dcreate.yml17 ssh_key_file: "{{ ssh_path }}"
/dports/devel/py-molecule/molecule-2.22/molecule/cookiecutter/scenario/driver/linode/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/
H A Dcreate.yml18 ssh_key_file: "{{ ssh_path }}"
/dports/devel/py-molecule/molecule-2.22/molecule/cookiecutter/scenario/driver/digitalocean/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/
H A Dcreate.yml19 ssh_key_file: "{{ keypair_path }}"
/dports/devel/py-molecule/molecule-2.22/test/resources/playbooks/digitalocean/
H A Dcreate.yml18 ssh_key_file: "{{ keypair_path }}"
/dports/devel/py-molecule/molecule-2.22/test/resources/playbooks/hetznercloud/
H A Dcreate.yml15 ssh_key_file: "{{ ssh_path }}"
/dports/devel/py-molecule/molecule-2.22/test/resources/playbooks/azure/
H A Dcreate.yml38 ssh_key_file: "{{ keypair_path }}"
/dports/devel/py-molecule/molecule-2.22/molecule/cookiecutter/scenario/driver/hetznercloud/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/
H A Dcreate.yml17 ssh_key_file: "{{ ssh_path }}"
/dports/devel/py-molecule/molecule-2.22/molecule/cookiecutter/scenario/driver/azure/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/
H A Dcreate.yml39 ssh_key_file: "{{ keypair_path }}"
/dports/sysutils/py-salt/salt-3004.1/doc/topics/cloud/
H A Dconfig.rst184 ssh_key_file: /root/.ssh/id_rsa
307 ssh_key_file: ~/.ssh/id_ed25519
638 ssh_key_file: '/etc/salt/ibm/mykey.pem'
672 "ssh_key_file": "/etc/salt/ibm/mykey.pem",
683 "ssh_key_file": "/etc/salt/ibm/mykey.pem",
H A Ddigitalocean.rst10 Using Salt for DigitalOcean requires a ``personal_access_token``, an ``ssh_key_file``,
24 ssh_key_file: /path/to/ssh/key/file
H A Dvexxhost.rst51 ssh_key_file: /path/to/key/yourkey.priv
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/
H A Dbase.py1213 ssh_key_file=ssh_key, ssh_key_password=ssh_key_password,
1824 ssh_key_file, # type: Optional[T_Ssh_key] argument
1840 key_files=ssh_key_file,
/dports/sysutils/py-salt/salt-3004.1/doc/topics/cloud/releases/
H A D0.8.2.rst95 OPENSTACK.ssh_key_file: '/etc/salt/hpcloud/mykey.pem'
118 IBMSCE.ssh_key_file: '/etc/salt/ibm/mykey.pem'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/cloud_shell/
H A Dutil.py89 keys = ssh.Keys.FromFilename(filename=args.ssh_key_file)
/dports/emulators/qemu5/qemu-5.2.0/tests/vm/
H A Dconf_example_x86.yml18 #ssh_key_file: /home/<user>/.ssh/id_rsa
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/vm/
H A Dconf_example_x86.yml18 #ssh_key_file: /home/<user>/.ssh/id_rsa
/dports/emulators/qemu/qemu-6.2.0/tests/vm/
H A Dconf_example_x86.yml18 #ssh_key_file: /home/<user>/.ssh/id_rsa
/dports/emulators/qemu60/qemu-6.0.0/tests/vm/
H A Dconf_example_x86.yml18 #ssh_key_file: /home/<user>/.ssh/id_rsa
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_schema.py121 ssh_key_file = schema.StringItem( variable in ConfigTestCase.test_optional_requirements_config.SSHKeyFileSchema
158 ssh_key_file = SSHKeyFileSchema(flatten=True) variable in ConfigTestCase.test_optional_requirements_config.Requirements
223 ssh_key_file = schema.StringItem( variable in ConfigTestCase.test_optional_requirements_config.Requirements2
459 ssh_key_file = schema.StringItem( variable in ConfigTestCase.test_optional_requirements_config_validation.SSHKeyFileSchema
496 ssh_key_file = SSHKeyFileSchema(flatten=True) variable in ConfigTestCase.test_optional_requirements_config_validation.Requirements

123