From fede65971c1f15734fe80abf26657b22cf3af6e1 Mon Sep 17 00:00:00 2001 From: Hariprasath Ravichandran Date: Tue, 15 Aug 2023 20:08:05 +0530 Subject: [PATCH] Update README --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d20aaa..933cfa6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# Custom SSH Server Docker Setup +# SSH Server in Docker based on Alpine Linux + +This repository contains a Docker setup for creating a custom SSH server based on Alpine Linux. The setup includes the ability to use static SSH host keys, configure SSH key and password authentication, and set up user-specific SSH key pairs. + +[![Build](https://github.com/haravich/custom-ssh-server/actions/workflows/docker-image.yml/badge.svg)](https://github.com/haravich/custom-ssh-server/actions/workflows/docker-image.yml) + +## Table of Contents + +- [SSH Server in Docker based on Alpine Linux](#ssh-server-in-docker-based-on-alpine-linux) + - [Table of Contents](#table-of-contents) + - [Table of Contents](#table-of-contents-1) + - [Introduction](#introduction) + - [Prerequisites](#prerequisites) + - [Getting Started](#getting-started) + - [Usage](#usage) + - [Customization](#customization) + - [License](#license) [![Build](https://github.com/haravich/custom-ssh-server/actions/workflows/docker-image.yml/badge.svg)](https://github.com/haravich/custom-ssh-server/actions/workflows/docker-image.yml)![Docker pulls](https://img.shields.io/docker/pulls/haravich/custom-ssh-server) @@ -6,8 +22,9 @@ This repository contains a Docker setup for creating a custom SSH server based o ## Table of Contents -- [Custom SSH Server Docker Setup](#custom-ssh-server-docker-setup) +- [SSH Server in Docker based on Alpine Linux](#ssh-server-in-docker-based-on-alpine-linux) - [Table of Contents](#table-of-contents) + - [Table of Contents](#table-of-contents-1) - [Introduction](#introduction) - [Prerequisites](#prerequisites) - [Getting Started](#getting-started)