secretless-broker icon indicating copy to clipboard operation
secretless-broker copied to clipboard

improved ssh service connector

Open doodlesbykumbi opened this issue 5 years ago • 0 comments

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

doodlesbykumbi avatar Oct 22 '19 18:10 doodlesbykumbi