Skip to content

improved ssh service connector - #953

Draft
doodlesbykumbi wants to merge 1 commit into
mainfrom
better-ssh-connector
Draft

improved ssh service connector#953
doodlesbykumbi wants to merge 1 commit into
mainfrom
better-ssh-connector

Conversation

@doodlesbykumbi

@doodlesbykumbi doodlesbykumbi commented Oct 22, 2019

Copy link
Copy Markdown
Contributor

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant