Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved ssh service connector #953

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

doodlesbykumbi
Copy link
Contributor

@doodlesbykumbi doodlesbykumbi commented Oct 22, 2019

Run the following for the latest code vs this new code:

secretless.yml

version: 2

services:
  git:
    connector: ssh
    listenOn: tcp://0.0.0.0:2222
    credentials:
      user: git
      privateKey:
        from: file
        get: $HOME/.ssh/id_rsa
      address: ssh.github.com:443
  1. Run Secretless
  2. Run SSH Client
ssh -T x@localhost -p 2222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant