aboutsummaryrefslogblamecommitdiff
path: root/src/sshd/README.md
blob: 0df2c517a595678d08738803496a520c3c3d87b3 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   
                                                                                                                



                
             
                                                  

                               
 









                                                   
                                                                                                                                                                  

# SSH server (sshd)

Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.

## Example Usage

```json
"features": {
        "ghcr.io/devcontainers/features/sshd:1": {
            "version": "latest"
        }
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Currently unused. | string | latest |

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/sshd/devcontainer-feature.json)._