Skip to content

Docker image wrapping SSHPASS, intended to help with CI Deployments that don't support SSH keys.

Notifications You must be signed in to change notification settings

cyberpearuk/sshpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSHPASS Docker Image

SSHPASS docker wrapper, intended to help with CI Deployments.

SSHPASS allows the non-interactive supply of SSH Passwords, meaning they can be run from CI or bash scripts.

SCP Example

docker run -it cyberpearuk/sshpass -e scp -o StrictHostKeyChecking=no $CI_PROJECT_NAME.zip $REMOTE_USER@$REMOTE_SERVER:/var/releases/$CI_PROJECT_NAME.zip

SSH Example

docker run -it cyberpearuk/sshpass  -e ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_SERVER do-release $CI_PROJECT_NAME $CI_ENVIRONMENT_URL

Maintainer

This repository is maintained by Black Pear Digital.

About

Docker image wrapping SSHPASS, intended to help with CI Deployments that don't support SSH keys.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published