Go to file
Michael Pfaff 87bf36e5e7
Update README.md
2023-08-08 20:55:19 -04:00
src Clean up code, add link to etc-passwd crate 2023-08-08 20:45:52 -04:00
.gitignore Initial commit 2023-06-06 00:32:07 -04:00
Cargo.lock Clean up code, add link to etc-passwd crate 2023-08-08 20:45:52 -04:00
Cargo.toml Verbose flag, improved log output, optimized (de)serialization 2023-06-11 22:56:31 -04:00
README.md Update README.md 2023-08-08 20:55:19 -04:00

README.md

Quinoa

Features

  • PAM authentication
  • SSH key authentication (reads from ~/.ssh/authorized_keys)
    • Currently this method will skip other PAM methods like 2FA
  • Forwarding local ports to remote ports (TCP only)

Resources

Some resources used in the development of the program.