Skip to content

theo-lubert/docker-ssh-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Ssh-client

Very simple SSH client image

GitLab CI

job:
  image: theolubert/ssh-client
  script:
    - echo "$SSH_PRIVATE_KEY_STAGING" > ~/.ssh/id_rsa
    - ssh $SSH_HOST 

Docker

docker run --rm -it \
    -v ~/.ssh/your_key:/root/.ssh/id_rsa \
    theolubert/ssh-client bash

About

Very simple SSH client image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published