properly configure a new channel port for a host (work only with a clean slate for now)

This commit is contained in:
Ian Letourneau
2025-09-29 17:31:52 -04:00
parent 731dc5f404
commit 45e0de2097
7 changed files with 332 additions and 124 deletions

View File

@@ -12,3 +12,5 @@ russh.workspace = true
russh-keys.workspace = true
tokio.workspace = true
log.workspace = true
env_logger.workspace = true
regex = "1.11.3"