ssh server alpha
Some checks failed
/ build-docker-image (push) Failing after 23s

This commit is contained in:
2025-09-06 23:32:31 +00:00
parent ea24e0e41a
commit f6e6d4dba9
20 changed files with 643 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
# 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.