Skip to content

Setup SSH Agent

Actions
Starts the ssh-agent with the provided SSH keys and adds github.com to the known hosts
v2.1.0
Latest
Star (8)

Tags

 (1)

Setup SSH Agent

A GitHub Action that starts the ssh-agent with the provided SSH keys and adds github.com to the known hosts.

Usage

Here is an example how to use this action:

- name: Set up ssh-agent
  uses: yakuhzi/setup-ssh-agent@v2
  with:
    ssh-public-key: ${{ secrets.SSH_PUBLIC_KEY }}
    ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Setup SSH Agent is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Starts the ssh-agent with the provided SSH keys and adds github.com to the known hosts
v2.1.0
Latest

Tags

 (1)

Setup SSH Agent is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.