sshbind 0.1.0

SSHBind is a Rust library that securely binds remote services behind multiple SSH jump hosts to a local socket, enabling seamless access with encrypted credential management, TOTP-based two-factor authentication, and automatic reconnection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[profile.default]
slow-timeout = { period = "2s", terminate-after = 4 }

# [test-groups]
# resource-limited = { max-threads = 4 }
# serial-integration = { max-threads = 1 }


# [[profile.default.overrides]]
# filter = 'test(serial_integration)'
# test-group = 'serial-integration'