quinoa/README.md

18 lines
662 B
Markdown
Raw Permalink Normal View History

2023-08-08 20:48:45 -04:00
# Quinoa
## Features
- PAM authentication
- SSH key authentication (reads from ~/.ssh/authorized_keys)
- Currently this method will skip other PAM methods like 2FA
2023-08-08 20:55:19 -04:00
- Forwarding local ports to remote ports (TCP only)
2023-08-08 20:48:45 -04:00
## Resources
Some resources used in the development of the program.
- https://www.linuxquestions.org/questions/programming-9/how-to-set-pseudo-terminal-non-blocking-690846/
- https://meli.delivery/posts/2019-10-25-making-a-quick-and-dirty-terminal-emulator.html
- https://viewsourcecode.org/snaptoken/kilo/02.enteringRawMode.html
- https://www.digitalocean.com/community/tutorials/understanding-the-ssh-encryption-and-connection-process