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
{pkgs}: {
  simple = pkgs.callPackage ./simple {inherit pkgs;};
  cli = pkgs.callPackage ./cli {inherit pkgs;};
  performance = pkgs.callPackage ./performance {inherit pkgs;};
  low-session-bandwidth = pkgs.callPackage ./low-session-bandwidth {inherit pkgs;};
  # complex = pkgs.callPackage ./complex {inherit pkgs;};
}