Go to file
Michael Pfaff 4214a999b8
Add TCP port forwarding
- Add TCP port forwarding (TODO reverse port forwarding and UDP port forwarding)
- Adjust logging
- Cleanup some code
- Remove call to `pam_open_session` because it only works once for each
  user before the process must be restarted
2023-06-09 18:42:24 -04:00
src Add TCP port forwarding 2023-06-09 18:42:24 -04:00
.gitignore Initial commit 2023-06-06 00:32:07 -04:00
Cargo.lock Use upstream pam_client on non-macos platforms 2023-06-09 09:31:17 -04:00
Cargo.toml Add TCP port forwarding 2023-06-09 18:42:24 -04:00
README.md Authentication, better performance, better error handling 2023-06-06 20:07:10 -04:00