Skip to content

mandree95/ubuntu-docker-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-docker-ssh

This Docker image can be used to ssh into a remote machine to execute commands. Example:

$ eval $(ssh-agent -s)
$ ssh-add <(echo "$SSH_PRIVATE_KEY")
$ ssh -o StrictHostKeyChecking=no ${SSH_USER}@${SSH_SERVER} "<command to execute>"

About

Ubuntu Docker image with preinstalled ssh-client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published