25 lines
261 B
Markdown
25 lines
261 B
Markdown
# ssh-server
|
|
|
|
## dev and testing
|
|
|
|
```bash
|
|
|
|
|
|
```
|
|
|
|
```bash
|
|
podman container exec -it ssh-server-dev bash -
|
|
```
|
|
|
|
```bash
|
|
ssh root@0.0.0.0 -p 2333
|
|
|
|
```
|
|
|
|
|
|
# ssh-server
|
|
|
|
## dev and testing
|
|
|
|
Using vscode, check .vscode folder build and debug tasks as launch settings.
|