This Dockerfile provides a minimal base image based on Rocky Linux 8, pre-configured to support legacy SSH encryption using the ssh-rsa algorithm. This is useful for connecting to systems that only support this older encryption method.
- Rocky Linux 8 Base Image: Built on a minimal Rocky Linux 8 image, reducing the image size and attack surface.
- Legacy SSH Support: Pre-configured to support
ssh-rsaencryption, which is commonly used by older systems. - Minimal Footprint: Designed for efficient use of resources.
To connect to a system using this image, use the following command:
docker run --rm -it dogkeeper886/ssh-sshrsa ssh user@host
We welcome contributions to this project. If you encounter any issues or have suggestions for improvement, please report them on our GitHub repository: https://github.com/dogkeeper886/ssh-sshrsa We appreciate your feedback and assistance in making this project better.