8000 GitHub - f213/openssh-client: Docker Image with alpine linux and openssh-client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

f213/openssh-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openssh-client

Build status

Docker Image with alpine linux and openssh-client

Supported tags and respective Dockerfile links

Usage

For SSH tunneling

tunnel:
   image: ghcr.io/f213/openssh-client:0.0.4
   command: ssh -v -o StrictHostKeyChecking=no -N -L 0.0.0.0:5432:localhost:5432 tunnel-user@your-postgres-server
   secrets:
     - source: private_key
       target: /root/.ssh/id_rsa
       mode: 0600

secrets:
  private_key:
   external: true

About

Docker Image with alpine linux and openssh-client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%
0