Complete sshd

This commit is contained in:
2025-04-18 16:39:24 +02:00
parent ec90fb7680
commit d5b4ca5440
7 changed files with 513 additions and 0 deletions

View File

@ -10,8 +10,12 @@ requires-python = ">=3.13"
dependencies = [
"asyncssh>=2.20.0",
"httpx>=0.28.1",
"python-dotenv>=1.0.1",
]
[project.scripts]
sshecret-sshd = "sshecret_sshd.cli:cli"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"