{"id":21231389,"url":"https://github.com/benoitchantre/setup-ssh-authentication-action","last_synced_at":"2025-07-10T16:33:40.044Z","repository":{"id":64221608,"uuid":"550473223","full_name":"benoitchantre/setup-ssh-authentication-action","owner":"benoitchantre","description":"GitHub action to setup an SSH key-based authentication","archived":false,"fork":false,"pushed_at":"2023-01-26T21:05:10.000Z","size":7,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-15T22:03:50.278Z","etag":null,"topics":["actions","authentication","ssh"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benoitchantre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-12T20:36:52.000Z","updated_at":"2024-07-04T06:24:46.000Z","dependencies_parsed_at":"2023-02-15T00:16:46.822Z","dependency_job_id":null,"html_url":"https://github.com/benoitchantre/setup-ssh-authentication-action","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitchantre%2Fsetup-ssh-authentication-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitchantre%2Fsetup-ssh-authentication-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitchantre%2Fsetup-ssh-authentication-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitchantre%2Fsetup-ssh-authentication-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benoitchantre","download_url":"https://codeload.github.com/benoitchantre/setup-ssh-authentication-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225648988,"owners_count":17502183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","authentication","ssh"],"created_at":"2024-11-20T23:46:40.441Z","updated_at":"2024-11-20T23:46:41.035Z","avatar_url":"https://github.com/benoitchantre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup SSH authentication\n\nThis action installs your private key and related files in `~/.ssh` to allow an SSH key-based authentication with a remote server.\n\n## Usage\n\n```yaml\n- name: Setup SSH key\n  uses: benoitchantre/setup-ssh-authentication-action@1.0.1\n  with:\n    # Private key for connecting to remote hosts.\n    # Required.\n    private-key: ${{ secrets.PRIVATE_KEY }}\n\n    # Filename of the private key.\n    # Optional. Default to `id_rsa`\n    private-key-name: id_rsa\n\n    # The SSH configuration. Content of `~/.ssh/config` file.\n    # Optional.\n    ssh-config: ${{ secrets.SSH_CONFIG }}\n\n    # Content of `~/.ssh/known_hosts` file. The public SSH keys for a\n    # host may be obtained using the utility `ssh-keyscan`.\n    # Required.\n    known-hosts: ${{ secrets.KNOWN_HOSTS }}\n```\nYou can use run this action multiple times to install more than one key as long as you use different key names.\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitchantre%2Fsetup-ssh-authentication-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitchantre%2Fsetup-ssh-authentication-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitchantre%2Fsetup-ssh-authentication-action/lists"}